mirror of
https://github.com/facebook/lexical.git
synced 2025-08-06 16:39:33 +08:00
26 lines
534 B
JSON
26 lines
534 B
JSON
{
|
|
"name": "@lexical/file",
|
|
"description": "This package provides the file import/export feature for Lexical.",
|
|
"keywords": [
|
|
"lexical",
|
|
"editor",
|
|
"rich-text",
|
|
"file",
|
|
"import",
|
|
"export"
|
|
],
|
|
"license": "MIT",
|
|
"version": "0.14.2",
|
|
"main": "LexicalFile.js",
|
|
"peerDependencies": {
|
|
"lexical": "0.14.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/lexical",
|
|
"directory": "packages/lexical-file"
|
|
},
|
|
"module": "LexicalFile.mjs",
|
|
"sideEffects": false
|
|
}
|