-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.3 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.3 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "widget-code",
"version": "1.0.0",
"description": "Code coloring component",
"author": "HaoLe Zheng",
"license": "MIT",
"keywords": [
"代码美化",
"代码格式化",
"代码着色组件"
],
"main": "./dist/widget-code.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/mumuy/widget-code.git"
},
"bugs": {
"url": "https://github.com/mumuy/widget-code/issues"
},
"engines": {
"node": ">=20",
"yarn": "please-use-npm",
"npm": ">=8"
},
"files": [
"dist"
],
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-syntax-import-attributes": "^7.26.0",
"@babel/plugin-transform-class-properties": "^7.25.9",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/runtime": "^7.26.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"rollup": "^3.29.5",
"rollup-plugin-import-assert": "^3.0.1"
},
"scripts": {
"build": "rollup -c",
"watch": "rollup -wc"
},
"homepage": "https://passer-by.com/widget-code/",
"directories": {
}
}