s94-editor
Version:
富文本编辑器的基础模块
32 lines (31 loc) • 594 B
JSON
{
"name": "s94-editor",
"version": "1.2.3",
"description": "富文本编辑器的基础模块",
"main": "s94.Editor.js",
"exports": {
".": {
"import": {
"default": "./s94.Editor.mjs.js"
},
"require": {
"default": "./s94.Editor.js"
}
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {},
"keywords": [
"s94",
"web",
"editor",
"富文本",
"编辑器",
"网页",
"word"
],
"author": "牧人与鱼",
"license": "ISC"
}