-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·72 lines (72 loc) · 1.84 KB
/
package.json
File metadata and controls
executable file
·72 lines (72 loc) · 1.84 KB
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
66
67
68
69
70
71
72
{
"name": "yapi_quick_type",
"version": "1.0.0",
"description": "Yapi插件QuickType服务",
"scripts": {
"start": "node ./src/start.js"
},
"engines": {
"node": ">=18.13.0"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@glideapps/ts-necessities": "2.1.2",
"chalk": "4.1.2",
"express": "4.17.1",
"command-line-args": "5.2.1",
"command-line-usage": "6.1.3",
"graphql": "0.11.7",
"moment": "2.29.4",
"stream-json": "1.7.5",
"string-to-stream": "3.0.1",
"typescript": "4.9.4",
"@types/urijs": "1.19.19",
"browser-or-node": "2.1.1",
"collection-utils": "1.0.1",
"is-url": "1.2.4",
"cross-fetch": "3.1.5",
"js-base64": "2.4.3",
"lodash": "4.17.21",
"log4js": "6.3.0",
"pako": "1.0.6",
"pluralize": "8.0.0",
"readable-stream": "4.3.0",
"unicode-properties": "1.4.1",
"urijs": "1.19.1",
"wordwrap": "1.0.0",
"yaml": "2.2.1"
},
"devDependencies": {
"@types/browser-or-node": "1.2.0",
"@types/js-base64": "2.3.1",
"@types/node": "18.11.18",
"@types/pako": "1.0.0",
"@types/pluralize": "0.0.28",
"@types/readable-stream": "2.3.15",
"@types/unicode-properties": "1.3.0",
"@types/yaml": "1.9.7",
"typescript": "4.9.4",
"@tsconfig/node18": "1.0.1",
"@types/command-line-args": "5.2.0",
"@types/command-line-usage": "5.0.2",
"@types/graphql": "0.11.7",
"@types/lodash": "4.14.191",
"@types/semver": "7.3.13",
"@types/shelljs": "0.7.8",
"@types/stream-json": "1.7.3",
"@types/urijs": "1.19.19",
"ajv": "5.5.2",
"deep-equal": "2.2.0",
"exit": "0.1.2",
"prettier": "2.8.3",
"promise-timeout": "1.3.0",
"semver": "7.3.8",
"shelljs": "0.8.5",
"ts-node": "10.9.1",
"tslint": "6.1.3",
"uglify-js": "3.3.22",
"watch": "1.0.2"
}
}