-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
48 lines (48 loc) · 1.29 KB
/
package.json
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-qrcode",
"version": "1.0.4",
"description": "qrcode component",
"author": "HaoLe Zheng",
"license": "MIT",
"keywords": [
"二维码组件",
"QRCode",
"二维码图片"
],
"main": "./dist/qrcode.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/mumuy/widget-qrcode.git"
},
"bugs": {
"url": "https://github.com/mumuy/widget-qrcode/issues"
},
"engines": {
"node": ">=18",
"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-qrcode/",
"directories": {
}
}