am-editor11212/plugins/indent/package.json

27 lines
580 B
JSON

{
"name": "@aomao/plugin-indent",
"version": "2.6.5",
"main": "dist/index.ts",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"lib",
"src"
],
"author": "me@yanmao.cc",
"license": "MIT",
"homepage": "https://github.com/yanmao-cc/am-editor#readme",
"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"
}
}