-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 861 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 861 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
{
"name": "subdub",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js",
"lint": "eslint .",
"check": "node --check app.js"
},
"dependencies": {
"@arcjet/inspect": "^1.1.0",
"@arcjet/node": "^1.1.0",
"@upstash/workflow": "^1.1.0",
"bcryptjs": "^3.0.3",
"cookie-parser": "~1.4.4",
"cors": "^2.8.6",
"dayjs": "^1.11.19",
"debug": "~2.6.9",
"dotenv": "^17.2.4",
"express": "~4.16.1",
"helmet": "^8.1.0",
"jsonwebtoken": "^9.0.3",
"mongodb": "^7.1.0",
"mongoose": "^9.1.6",
"morgan": "~1.9.1",
"nodemailer": "^8.0.1",
"pino": "^10.3.0",
"pino-http": "^11.0.0"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"eslint": "^10.0.0",
"globals": "^17.3.0",
"nodemon": "^3.1.11"
}
}