forked from JavaScript-Mastery-Pro/subdub
-
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) · 740 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 740 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": "subdub",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js",
"reminder:test": "bash scripts/test-reminder.sh"
},
"dependencies": {
"@arcjet/node": "^1.0.0-beta.2",
"@clerk/backend": "^3.2.0",
"@clerk/express": "^2.0.4",
"@upstash/workflow": "^0.2.7",
"cookie-parser": "~1.4.7",
"cors": "^2.8.6",
"dayjs": "^1.11.13",
"debug": "~4.4.0",
"dotenv": "^16.4.7",
"express": "~4.21.2",
"mongoose": "^8.10.0",
"morgan": "~1.10.0",
"nodemailer": "^6.10.0"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"eslint": "^9.19.0",
"globals": "^15.14.0",
"nodemon": "^3.1.9"
}
}