-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 924 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": "@qiweipeng/use-axios",
"version": "1.1.4",
"description": "An axios hook.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"/lib"
],
"scripts": {
"build": "rm -rf ./lib && tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qiweipeng/useAxios.git"
},
"keywords": [
"axios",
"zod"
],
"author": "Weipeng Qi <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/qiweipeng/useAxios/issues"
},
"homepage": "https://github.com/qiweipeng/useAxios#readme",
"dependencies": {
"@anatine/zod-mock": "^3.12.0",
"@faker-js/faker": "^8.0.0",
"axios": "^1.3.0",
"zod": "^3.21.0"
},
"devDependencies": {
"@types/react": "^18.0.0",
"typescript": "^4.4.2"
},
"peerDependencies": {
"react": "^18.0.0"
}
}