am-editor11212/plugins/table/package.json

30 lines
712 B
JSON

{
"name": "@aomao/plugin-table",
"version": "2.6.5",
"description": "table plugin",
"author": "AoMao <me@yanmao.cc>",
"homepage": "https://github.com/yanmao-cc/am-editor/tree/master/plugins/plugin-table#readme",
"license": "MIT",
"main": "dist/index.ts",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"lib",
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/yanmao-cc/am-editor.git"
},
"bugs": {
"url": "https://github.com/yanmao-cc/am-editor/issues"
},
"dependencies": {
"@aomao/engine": "^2.6.5",
"@babel/runtime": "^7.13.10",
"eventemitter2": "^6.4.4",
"tinycolor2": "^1.4.2"
}
}