-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 738 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 738 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
{
"name": "swagger-ts-duolun",
"version": "0.0.6",
"description": "",
"auther": "surenjun",
"scripts": {
"build": "ts-node ./src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Surenjun/swagger2Ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"chalk": "^4.1.0",
"crypto": "^1.0.1",
"fs-extra": "^9.1.0",
"ora": "^6.1.0",
"prettier": "^2.6.1",
"swagger-client": "^3.13.1",
"tapable": "^2.2.0",
"typescript": "^4.2.3"
},
"devDependencies": {
"@types/node": "^14.14.33",
"ts-node": "^9.1.1",
"@types/fs-extra": "^9.0.13"
}
}