-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 879 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
{
"name": "backstage",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"tsc": "tsc",
"dev": "ts-node-dev --respawn --transpileOnly ./app/app.ts",
"prod": "tsc && supervisor .build/app.js"
},
"dependencies": {
"@types/express": "~4.17.0",
"cookie-parser": "^1.4.5",
"express": "~4.17.1",
"md5": "^2.2.1",
"mongodb": "^3.5.5",
"nodecache": "^0.0.2",
"ts-node-dev": "^1.0.0-pre.40",
"typescript": "~3.5.1",
"uuid": "^8.1.0"
},
"author": "",
"license": "ISC",
"devDependencies": {
"body-parser": "^1.19.0",
"charenc": "^0.0.2",
"crypt": "^0.0.2",
"is-buffer": "^2.0.4",
"md5": "^2.2.1",
"nodecache": "^0.0.2",
"redis": "^3.0.2",
"redis-commands": "^1.5.0",
"redis-errors": "^1.2.0",
"redis-parser": "^3.0.0",
"reflect-metadata": "^0.1.13"
}
}