am-editor11212/plugins/math/package.json

31 lines
696 B
JSON
Raw Normal View History

2021-11-03 19:58:08 +08:00
{
"name": "@aomao/plugin-math",
"version": "2.6.15",
2021-11-03 19:58:08 +08:00
"description": "Math数学公式",
"keywords": [
"Math"
],
"author": "ITELLYOU <me@yanmao.cc>",
"homepage": "https://github.com/yanmao-cc/am-editor/tree/main/plugins/plugin-math#readme",
"main": "dist/index.ts",
"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.6.15",
2021-11-03 19:58:08 +08:00
"@babel/runtime": "^7.13.10"
}
}