-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 711 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 711 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
37
{
"name": "swagger-to-react-query",
"version": "0.1.9",
"license": "MIT",
"keywords": [
"react",
"react-query",
"swagger",
"open-api",
"code-generation",
"fetch"
],
"author": {
"name": "Munir Ahmed Elsangedy",
"email": "elsangedy@gmail.com",
"url": "https://github.com/elsangedy"
},
"main": "src/index.js",
"files": [
"src"
],
"bin": {
"swagger-to-react-query": "src/index.js"
},
"scripts": {
"generate": "node ./src/index.js"
},
"dependencies": {
"chalk": "^4.1.0",
"ky": "^0.23.0",
"ky-universal": "^0.8.2",
"meow": "^7.1.1",
"swagger2openapi": "^7.0.2"
},
"peerDependencies": {},
"devDependencies": {}
}