-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
65 lines (65 loc) · 1.68 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "wuhao-network",
"version": "1.0.22",
"description": "Pipeline-initiated request, Service for orderly management",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/types/index.d.ts",
"scripts": {
"serve": "NODE_ENV=developer rollup -c -w",
"build": "NODE_ENV=production rollup -c",
"test": "jest"
},
"keywords": [
"axios",
"wuhao-network",
"http",
"restful",
"network",
"fetch",
"xhr"
],
"author": {
"name": "wuhao",
"email": "kiwh77@126.com"
},
"homepage": "https://github.com/kiwh77/wuhao-network",
"repository": {
"url": "https://github.com/kiwh77/wuhao-network.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "^11.0.0",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.5",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"babel-jest": "^29.5.0",
"eslint": "^6.7.2",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"prettier": "^2.5.1",
"rollup": "^3.20.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-polyfill-node": "^0.12.0",
"rollup-plugin-serve": "^2.0.2",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"tslib": "^2.5.0",
"typescript": "^5.0.2"
},
"license": "MIT",
"peerDependencies": {
"axios": "^1.3.5"
},
"dependencies": {
"reflect-metadata": "^0.1.13"
}
}