-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 972 Bytes
/
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
{
"name": "node-express-ts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"build:watch": "tsc --watch",
"start": "node dist/index.js",
"dev": "nodemon dist/index.js --watch dist"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/body-parser": "^1.16.3",
"@types/cookie-parser": "^1.3.30",
"@types/cors": "^2.8.0",
"@types/express": "^4.0.36",
"@types/mongoose": "^4.7.20",
"@types/node": "^8.0.0",
"@types/node-uuid": "0.0.28",
"nodemon": "^1.11.0",
"tslint": "^5.4.3",
"typescript": "^2.4.0",
"uuid": "^3.1.0"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"body-parser": "^1.16.0",
"cookie-parser": "^1.4.3",
"cors": "^2.8.1",
"express": "^4.14.1",
"ix": "^2.0.1",
"mongoose": "^4.11.7",
"node-uuid": "^1.4.8",
"request": "^2.81.0",
"util.promisify": "^1.0.0",
"uuid": "^3.1.0"
}
}