-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 997 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
40
41
{
"name": "wx-axios-promise",
"version": "2.4.1",
"description": "小程序的request库,封装了wx的所有api为Promise,用法和axios类似",
"main": "dist/wxAxiosPromise.cjs.min.js",
"model": "dist/wxAxiosPromise.es.min.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup --config"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hengshanMWC/wx-axios-promise.git"
},
"files": [
"dist/"
],
"keywords": [
"小程序",
"wx",
"request",
"axios",
"promise",
"ajax"
],
"author": "abmao",
"license": "ISC",
"bugs": {
"url": "https://github.com/hengshanMWC/wx-axios-promise/issues"
},
"homepage": "https://github.com/hengshanMWC/wx-axios-promise#readme",
"devDependencies": {
"camelcase": "^6.0.0",
"rollup": "^2.21.0",
"rollup-plugin-terser": "^6.1.0",
"validate-npm-package-name": "^3.0.0"
}
}