forked from red-axe/am-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 702 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 702 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "@aomao/plugin-sub",
"version": "2.10.1",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"lib",
"src"
],
"author": "me@aomao.com",
"license": "MIT",
"homepage": "https://github.com/big-camel/am-editor#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/big-camel/am-editor.git"
},
"bugs": {
"url": "https://github.com/big-camel/am-editor/issues"
},
"dependencies": {
"@babel/runtime": "^7.13.10",
"markdown-it-sub": "^1.0.0"
},
"devDependencies": {
"@types/markdown-it": "^12.2.3"
},
"peerDependencies": {
"@aomao/engine": ">=2.9"
}
}