31 lines
694 B
JSON
31 lines
694 B
JSON
{
|
||
"name": "@aomao/plugin-math",
|
||
"version": "2.6.2",
|
||
"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.2",
|
||
"@babel/runtime": "^7.13.10"
|
||
}
|
||
}
|