-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 995 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": "008-setup",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"build": "tsc"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"debug": "~4.3.2",
"ejs": "~3.1.6",
"express": "~4.17.1",
"http-errors": "~1.8.0",
"morgan": "~1.10.0",
"uuid": "~8.3.2"
},
"devDependencies": {
"@types/cookie-parser": "~1.4.2",
"@types/debug": "~4.1.7",
"@types/express": "~4.17.13",
"@types/http-errors": "~1.8.1",
"@types/jest": "~27.0.1",
"@types/morgan": "~1.9.3",
"@types/node": "14",
"@types/supertest": "~2.0.11",
"@types/uuid": "~8.3.1",
"@typescript-eslint/eslint-plugin": "~4.29.1",
"@typescript-eslint/parser": "~4.29.1",
"eslint": "~7.32.0",
"eslint-config-prettier": "~8.3.0",
"jest": "~27.0.6",
"nodemon": "~2.0.12",
"prettier": "~2.3.2",
"supertest": "~6.1.5",
"ts-jest": "~27.0.4",
"ts-node": "~10.2.0",
"typescript": "~4.3.5"
}
}