-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 895 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 895 Bytes
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
{
"name": "@henrydf/mp-axios",
"version": "1.5.1",
"description": "miniprogram version of axios",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts",
"package.json"
],
"scripts": {
"build": "rollup -c rollup.config.mjs",
"postinstall": "patch-package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/henrydf/mp-axios.git"
},
"author": "Henry",
"license": "MIT",
"bugs": {
"url": "https://github.com/henrydf/mp-axios/issues"
},
"homepage": "https://github.com/henrydf/mp-axios#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.2.1",
"abort-controller": "3.0.0",
"axios": "^1.5.0",
"patch-package": "^8.0.0",
"rollup": "^3.29.2",
"rollup-plugin-copy": "^3.5.0"
}
}