-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 852 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 852 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
{
"name": "metauntis",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "ts-node src/bin/www.ts",
"watch": "nodemon --config nodemon.json src/bin/www.ts"
},
"dependencies": {
"@types/pug": "^2.0.6",
"class-transformer": "^0.5.1",
"cookie-parser": "~1.4.4",
"dotenv": "^16.0.0",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"pug": "^3.0.2"
},
"devDependencies": {
"@types/connect-livereload": "^0.6.0",
"@types/cookie-parser": "^1.4.2",
"@types/debug": "^4.1.7",
"@types/express": "^4.17.13",
"@types/http-errors": "^1.8.2",
"@types/livereload": "^0.9.2",
"@types/morgan": "^1.9.3",
"@types/node": "^17.0.25",
"connect-livereload": "^0.6.1",
"livereload": "^0.9.3",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
}
}