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
36 lines (36 loc) · 825 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 825 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
33
34
35
36
{
"name": "@4399ywkf/plugin-code",
"version": "2.10.3",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"lib",
"src"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"author": "4399ywkf",
"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"
},
"devDependencies": {
"@types/markdown-it": "^12.2.3"
},
"peerDependencies": {
"@4399ywkf/engine": ">=2.9"
},
"gitHead": "0ef4fe2f17af30a02d102efe5e6d240ce2ce7df7"
}