-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.4 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.4 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "gmail-subscriptions-backend",
"version": "1.0.0",
"main": "dist/server.js",
"scripts": {
"dev": "ts-node-dev --respawn --transpile-only src/server.ts",
"build": "tsc -p .",
"start": "node dist/server.js",
"prisma": "prisma"
},
"dependencies": {
"@prisma/client": "^5.22.0",
"@types/date-fns": "^2.6.3",
"axios": "^1.13.1",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"date-fns": "^4.1.0",
"dotenv": "^16.6.1",
"express": "^4.21.2",
"google-auth-library": "^10.5.0",
"googleapis": "^131.0.0",
"node-cron": "^4.2.1",
"node-telegram-bot-api": "^0.66.0",
"prisma": "^5.22.0",
"stripe": "^19.3.1"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/body-parser": "^1.19.6",
"@types/cookie-parser": "^1.4.10",
"@types/cors": "^2.8.19",
"@types/express": "^4.17.25",
"@types/html-to-text": "^9.0.4",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^20.19.25",
"@types/node-cron": "^3.0.11",
"@types/node-telegram-bot-api": "^0.64.12",
"axios": "^1.0.0",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.7",
"date-fns": "^4.1.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"googleapis": "^131.0.0",
"html-to-text": "^8.2.1",
"jsonwebtoken": "^9.0.2",
"nodemon": "^3.1.10",
"ts-node-dev": "^2.0.0"
}
}