am-editor11212/plugins/math/package.json

35 lines
779 B
JSON
Raw Normal View History

2021-11-03 19:58:08 +08:00
{
"name": "@aomao/plugin-math",
"version": "2.7.8",
2021-11-03 19:58:08 +08:00
"description": "Math数学公式",
"keywords": [
"Math"
],
2021-12-05 00:37:05 +08:00
"author": "ITELLYOU <me@aomao.com>",
2021-11-03 19:58:08 +08:00
"homepage": "https://github.com/yanmao-cc/am-editor/tree/main/plugins/plugin-math#readme",
2021-12-24 00:45:49 +08:00
"main": "dist/index.js",
2021-11-03 19:58:08 +08:00
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"lib",
"src"
],
"license": "MIT",
"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.7.8",
2021-12-29 02:53:42 +08:00
"@babel/runtime": "^7.13.10",
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/lodash": "^4.17.4"
2021-11-03 19:58:08 +08:00
}
}