-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 981 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 981 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
39
{
"name": "pay-nest",
"version": "1.0.0",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node dist/server.js",
"dev": "npx tsx watch src/server.ts",
"lint": "eslint 'src/**/*.ts'"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.9",
"@types/express": "^5.0.3",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^24.2.0",
"@types/nodemailer": "^7.0.0",
"dotenv": "^17.2.1",
"eslint": "^9.32.0",
"express": "^5.1.0",
"install": "^0.13.0",
"nodemon": "^3.1.10",
"npm": "^11.5.2",
"prettier": "^3.6.2",
"ts-node": "^10.9.2",
"typescript": "^5.9.2"
},
"dependencies": {
"@arcjet/inspect": "^1.0.0-beta.10",
"@arcjet/node": "^1.0.0-beta.10",
"@upstash/workflow": "^0.2.17",
"bcryptjs": "^3.0.2",
"cookie-parser": "^1.4.7",
"dayjs": "^1.11.13",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.18.0",
"mongoose": "^8.17.1",
"nodemailer": "^7.0.5"
}
}