-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 791 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 791 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
{
"name": "node-api",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node --env-file .env ./Src/bin/www",
"start:dev": "nodemon --env-file .env ./Src/bin/www | npx pino-pretty"
},
"dependencies": {
"@sentry/cli": "^2.21.3",
"@sentry/node": "^7.80.0",
"@sentry/profiling-node": "^1.2.6",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "^4.18.2",
"express-handlebars": "^7.1.2",
"http-errors": "~1.6.3",
"joi": "^17.11.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"mailtrap": "^3.2.0",
"mongoose": "^8.0.0",
"morgan": "~1.9.1",
"pino": "^8.16.1",
"pino-http": "^8.5.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"nodemon": "^3.0.1",
"pino-pretty": "^10.2.3"
}
}