-
Notifications
You must be signed in to change notification settings - Fork 128
/
Copy pathpackage.json
42 lines (42 loc) · 1.04 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
{
"name": "wx-promise-pro",
"version": "3.2.4",
"description": "强大的、优雅的小程序 Promise 库",
"main": "dist/wx-promise-pro.js",
"types": "index.d.ts",
"scripts": {
"build": "rollup -c",
"postversion": "yarn build && git push --tags && git push && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/youngjuning/wx-promise-pro.git"
},
"keywords": [
"promise",
"es6",
"then",
"catch",
"finally",
"小程序",
"weapp",
"miniapp",
"weixin"
],
"author": "youngjuning",
"license": "MIT",
"bugs": {
"url": "https://github.com/youngjuning/wx-promise-pro/issues"
},
"homepage": "https://github.com/youngjuning/wx-promise-pro#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"
}
}