Files
Gerard Rovira 805ed3bbc2 v0.13.1 (#5556)
Co-authored-by: Lexical GitHub Actions Bot <>
2024-01-26 14:18:44 -05:00

25 lines
515 B
JSON

{
"name": "@lexical/hashtag",
"description": "This package contains the functionality for Lexical hashtags.",
"keywords": [
"lexical",
"editor",
"rich-text",
"hashtag"
],
"license": "MIT",
"version": "0.13.1",
"main": "LexicalHashtag.js",
"peerDependencies": {
"lexical": "0.13.1"
},
"dependencies": {
"@lexical/utils": "0.13.1"
},
"repository": {
"type": "git",
"url": "https://github.com/facebook/lexical",
"directory": "packages/lexical-hashtag"
}
}