-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 747 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 747 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
{
"name": "template",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "dotenvx run -- nodemon ./src/server.js | pino-pretty",
"seed": "dotenvx run -- nodemon ./src/scripts/seed.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.30.2",
"dependencies": {
"@dotenvx/dotenvx": "^1.52.0",
"bcrypt": "^6.0.0",
"cors": "^2.8.6",
"express": "^5.2.1",
"express-rate-limit": "^8.2.1",
"jose": "^6.2.0",
"jsonwebtoken": "^9.0.3",
"nodemon": "^3.1.14",
"pg": "^8.19.0",
"pg-hstore": "^2.3.4",
"pino": "^10.3.1",
"pino-http": "^11.0.0",
"pino-pretty": "^13.1.3",
"sequelize": "^6.37.7"
}
}