-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.47 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
{
"name": "zafiro-openapi3",
"version": "0.0.2",
"description": "OpenAPI contract generation for ZafiroJS",
"main": "lib/index.js",
"jsnext:main": "es/index.js",
"typings": "./dts/index.d.ts",
"scripts": {
"setup": "sh ./bin/setup.sh",
"test": "gulp",
"publish-please": "publish-please",
"prepublish": "publish-please guard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/metadevpro/zafiro-openapi3.git"
},
"keywords": [
"validation"
],
"author": "Pedro J. Molina (http://www.pjmolina.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/metadevpro/zafiro-openapi3/issues"
},
"homepage": "https://github.com/metadevpro/zafiro-openapi3#readme",
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/express": "^4.17.0",
"@types/mocha": "5.2.7",
"@types/node": "^12.6.8",
"@types/supertest": "2.0.8",
"chai": "4.2.0",
"del": "5.0.0",
"gulp": "4.0.2",
"gulp-istanbul": "1.1.3",
"gulp-mocha": "6.0.0",
"gulp-sourcemaps": "2.6.x",
"gulp-tslint": "8.1.4",
"gulp-typescript": "5.0.1",
"mocha": "6.1.4",
"publish-please": "5.5.0",
"reflect-metadata": "0.1.13",
"run-sequence": "2.2.1",
"source-map-support": "0.5.12",
"ts-node": "8.3.0",
"tslint": "5.18.0",
"typescript": "3.5.3"
},
"dependencies": {
"inversify": "^5.0.1",
"inversify-express-utils": "^6.3.2",
"openapi3-ts": "^1.3.0",
"tslib": "1.10.0"
}
}