-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 995 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 995 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
34
35
36
37
38
39
{
"name": "angular-incorporation",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "ts-node ./bin/www",
"dev": "nodemon --ext ts,js,json ./bin/www"
},
"dependencies": {
"@types/cors": "^2.8.17",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"debug": "~2.6.9",
"dotenv": "^16.4.5",
"express": "~4.16.1",
"express-jwt": "^8.4.1",
"http-errors": "~1.6.3",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.1.2",
"morgan": "~1.9.1",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"pug": "2.0.0-beta11"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.6",
"@types/debug": "^4.1.12",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.6",
"@types/morgan": "^1.9.9",
"@types/node": "^20.11.16",
"@types/passport": "^1.0.16",
"@types/passport-local": "^1.0.38",
"nodemon": "^3.0.3",
"ts-node": "^10.9.2"
}
}