-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 964 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 964 Bytes
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
{
"name": "express-openapi-sample",
"version": "1.0.0",
"description": "express-openapi",
"scripts": {
"start": "node server",
"build": "gulp build",
"test": "gulp test",
"clean": "gulp clean"
},
"repository": {
"type": "git",
"url": "git@github-private:BcRikko/express-openapi-sample.git"
},
"author": "BcRikko",
"dependencies": {
"@types/body-parser": "^1.16.3",
"@types/express": "^4.0.35",
"@types/js-yaml": "^3.5.29",
"body-parser": "^1.17.1",
"express": "^4.15.2",
"express-openapi": "^0.35.0",
"js-yaml": "^3.8.3",
"sqlite3": "^3.1.8",
"typeorm": "0.0.11"
},
"devDependencies": {
"chai": "^3.5.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-mocha": "^4.3.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-tslint": "^8.0.0",
"gulp-typescript": "^3.1.6",
"mocha": "^3.2.0",
"supertest": "^3.0.0",
"tslint": "^5.1.0",
"typescript": "^2.2.2"
}
}