forked from kogosoftwarellc/open-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.37 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
{
"name": "@open-api/open-api",
"version": "0.0.0",
"description": "Various packages to build OpenAPI APIs in node",
"main": "index.js",
"private": true,
"scripts": {
"combine-coverage": "istanbul-combine packages/*/coverage/coverage*.json",
"coveralls": "cat ./coverage/lcov.info | coveralls -v",
"lint": "tslint -c tslint.json './packages/**/*.[j,t]s'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kogosoftwarellc/open-api.git"
},
"keywords": [
"openapi",
"tools"
],
"author": "Joseph Spencer",
"license": "MIT",
"bugs": {
"url": "https://github.com/kogosoftwarellc/open-api/issues"
},
"homepage": "https://github.com/kogosoftwarellc/open-api#readme",
"devDependencies": {
"@types/mocha": "^5.2.4",
"@types/node": "11.11.4",
"bluebird": "3.5.3",
"body-parser": "^1.14.2",
"chai": "4.2.0",
"cors": "^2.7.1",
"coveralls": "3.0.3",
"express": "^4.13.3",
"glob": "7.1.3",
"istanbul": "0.4.5",
"istanbul-combine": "0.3.0",
"mocha": "6.0.0",
"nyc": "13.3.0",
"prettier": "^1.15.3",
"source-map-support": "0.5.11",
"supertest": "4.0.1",
"ts-node": "8.0.3",
"tslint": "^5.12.0",
"tslint-config-prettier": "^1.17.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "2.9.2"
}
}