-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.49 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
{
"name": "@tiny-codes/swagger-api-hub",
"version": "1.2.5",
"description": "Generate front-end access code for swagger backend services in one click",
"keywords": [
"OpenApi",
"swagger",
"api",
"codegen"
],
"homepage": "https://github.com/shijistar/swagger-api-hub#readme",
"bugs": {
"url": "https://github.com/shijistar/swagger-api-hub/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shijistar/swagger-api-hub.git"
},
"license": "MIT",
"author": "李凤宝(Leo) <[email protected]>",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"bin": {
"swagger-api-hub": "bin/swagger-api-hub.js"
},
"files": [
"bin",
"lib",
"templates",
"cover.webp",
"CHANGELOG.md"
],
"scripts": {
"build": "father build",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"prepare": "husky",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@inquirer/prompts": "^7.3.1",
"axios": "^1.7.9",
"colors": "^1.4.0",
"commander": "^13.1.0",
"cross-spawn": "^7.0.6",
"lodash": "^4.17.21",
"prettier": "^3.5.0",
"signale": "^1.4.0",
"swagger-typescript-api": "^13.0.23",
"tsx": "^4.19.2"
},
"devDependencies": {
"@tiny-codes/code-style-all-in-one": "^1.1.1",
"@types/cross-spawn": "^6.0.6",
"@types/lodash": "^4.17.15",
"@types/node": "^22.13.1",
"@types/signale": "^1.4.7",
"father": "^4.5.2",
"globals": "^15.14.0"
}
}