-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.18 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
{
"name": "rest-test",
"version": "1.0.0",
"description": "",
"main": "swagger-ui-dist.js",
"dependencies": {
"command-line-args": "^5.1.1",
"command-line-usage": "^6.1.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"fs": "0.0.2",
"fs-extra": "^8.1.0",
"http": "0.0.0",
"http-proxy-middleware": "^0.19.1",
"https": "^1.0.0",
"request": "^2.88.0",
"swagger-client": "^3.10.0",
"swagger-ui": "^3.25.0",
"swagger-ui-dist": "^3.25.0",
"swagger-ui-express": "^4.1.3",
"sway": "^2.0.6",
"ts-node": "^8.6.2",
"typescript": "^3.5.3"
},
"devDependencies": {
"@types/command-line-args": "^5.0.0",
"@types/core-js": "^2.5.2",
"@types/express": "^4.17.2",
"@types/fs-extra": "^8.0.0",
"@types/http-proxy-middleware": "^0.19.3",
"@types/promise": "^7.1.30",
"@types/request": "^2.48.4",
"@types/swagger-ui-dist": "^3.0.5",
"@types/swagger-ui-express": "^4.1.1",
"codelyzer": "^5.2.1",
"eslint": "^6.8.0",
"swagger2openapi": "^5.3.2",
"tslint": "^5.20.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}