-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
39 lines (39 loc) · 989 Bytes
/
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
{
"name": "wx-updata",
"version": "0.0.13",
"description": "微信小程序官方 setData 替代品",
"main": "dist/wx-updata.js",
"types": "index.d.ts",
"scripts": {
"build": "rollup -c",
"postversion": "git push --tags && git push && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sherlocked93/wx-updata.git"
},
"keywords": [
"setData",
"es6",
"小程序",
"weapp",
"miniapp",
"weixin"
],
"author": "youngjuning",
"license": "MIT",
"bugs": {
"url": "https://github.com/sherlocked93/wx-updata/issues"
},
"homepage": "https://github.com/sherlocked93/wx-updata#readme",
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"rollup": "^1.28.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^5.1.3"
}
}