-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.43 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
57
58
{
"name": "node-restapi-ts",
"version": "0.0.6",
"scripts": {
"build": "gulp",
"start": "nodemon",
"seed": "ts-node ./seed/index.ts",
"test": "gulp"
},
"repository": {
"url": "https://github.com/owlcode/node-restapi-ts"
},
"license": "MIT",
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "1.4.3",
"debug": "^3.2.6",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"less-middleware": "^3.1.0",
"mongodb": "^3.5.5",
"mongoose": "^5.9.6",
"morgan": "^1.10.0",
"nodemailer": "^6.6.1",
"nodemon": "^2.0.2",
"promise": "7.1.1",
"pug": "^2.0.4",
"serve-favicon": "^2.5.0",
"spdy": "3.4.4",
"ts-promise": "^2.2.0",
"validator": "^13.7.0"
},
"devDependencies": {
"@types/body-parser": "^1.19.0",
"@types/cookie-parser": "^1.4",
"@types/express": "^4.17.3",
"@types/faker": "^4.1.11",
"@types/mongodb": "^3.5.4",
"@types/mongoose": "^5.7.8",
"@types/morgan": "^1.9.0",
"@types/node": "^12.12.32",
"@types/nodemailer": "^6.4.0",
"@types/pug": "^2.0.4",
"@types/spdy": "^3.4.1",
"@types/validator": "^9.4.4",
"browserify": "^16.3.0",
"faker": "4.1.0",
"gulp": "^4.0.2",
"gulp-tslint": "^8",
"gulp-typescript": "^5.0.1",
"gulp-watch": "^5.0.1",
"ts-node": "^8.8.1",
"tsify": "^4",
"tslint": "^5.20.1",
"typescript": "^3.8.3",
"vinyl-source-stream": "^2"
}
}