-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 887 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
{
"name": "wx-axios",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"dev": "rollup --config build/rollup.config.dev.js --watch",
"build": "node build/rollup.config.prod.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WangZhenHao/wx-axios.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/WangZhenHao/wx-axios/issues"
},
"homepage": "https://github.com/WangZhenHao/wx-axios#readme",
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"rollup": "^1.27.4",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-uglify": "^6.0.3"
}
}