-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.57 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.57 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
{
"name": "express-swagger-validator",
"version": "1.0.5",
"description": "express openapi3 generator with validator",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"clean": "rm -rf dist",
"build": "tsc",
"test": "jest"
},
"keywords": [],
"author": "begin0dev",
"repository": {
"type": "git",
"url": "https://github.com/begin0dev/express-swagger-validator"
},
"license": "MIT",
"dependencies": {
"ajv": "^7.2.1",
"ajv-formats": "^1.5.1",
"express": "^4.17.1",
"lodash": "^4.17.20",
"openapi3-ts": "^2.0.1",
"path-to-regexp": "^6.2.0",
"swagger-ui-express": "^4.1.6"
},
"devDependencies": {
"@serverless-seoul/typebox": "1.1.0",
"@types/express": "^4.17.11",
"@types/express-serve-static-core": "^4.17.18",
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.168",
"@types/methods": "^1.1.1",
"@types/supertest": "^2.0.10",
"@types/swagger-ui-express": "^4.1.2",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"eslint": "^7.18.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.2.0",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"supertest": "^6.1.3",
"ts-jest": "^26.5.3",
"typescript": "^4.2.3"
},
"bugs": {
"url": "https://github.com/begin0dev/express-oas-validator/issues"
},
"homepage": "https://github.com/begin0dev/express-oas-validator#readme",
"directories": {
"lib": "lib"
}
}