-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1 KB
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
{
"name": "image-webserver",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./distribution/executable/worldwideweb",
"build": "./node_modules/.bin/tsc",
"host": "./node_modules/.bin/tsc && npm start"
},
"dependencies": {
"@types/busboy": "^0.2.3",
"@types/serve-favicon": "^2.2.30",
"body-parser": "~1.17.1",
"class-transformer": "^0.1.6",
"class-validator": "^0.7.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"express": "~4.15.2",
"express-fileupload": "^0.1.3",
"express-promise-router": "^2.0.0",
"jade": "~1.11.0",
"moment": "^2.18.1",
"morgan": "~1.8.1",
"pg": "^7.0.2",
"pug": "^2.0.0-rc.2",
"reflect-metadata": "^0.1.10",
"serve-favicon": "~2.4.2",
"typescript": "^2.4.2"
},
"devDependencies": {
"@types/body-parser": "^1.17.0",
"@types/cookie-parser": "^1.4.1",
"@types/express": "^4.0.35",
"@types/jade": "0.0.30",
"@types/morgan": "^1.7.32",
"@types/pg": "^6.1.43"
}
}