-
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) · 725 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 725 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": "subscription-manager",
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "node --watch app.js",
"dev": "nodemon app.js"
},
"dependencies": {
"@arcjet/inspect": "^1.0.0-beta.15",
"@arcjet/node": "^1.0.0-beta.2",
"@upstash/workflow": "^0.2.23",
"bcryptjs": "^2.4.3",
"cookie-parser": "~1.4.4",
"dayjs": "^1.11.13",
"debug": "~2.6.9",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.13.0",
"mongoose": "^8.9.7",
"morgan": "^1.10.1",
"nodemailer": "^7.0.12"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"eslint": "^9.33.0",
"globals": "^15.15.0",
"nodemon": "^3.1.9"
}
}