-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 980 Bytes
/
package.json
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
{
"name": "goshbor",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev:app": "nodemon index.js",
"dev:cdn": "nodemon ./cdn/index.js",
"prod:app": "node index.js",
"prod:cdn": "node ./cdn/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@onesignal/node-onesignal": "^5.0.0-alpha-01",
"axios": "^1.7.7",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"goshbor": "file:",
"helmet": "^8.0.0",
"ioredis": "^5.4.1",
"json-rpc-2.0": "^1.7.0",
"json-rpc-error": "^2.0.0",
"json-rpc-response": "^1.0.3",
"jsonwebtoken": "^9.0.2",
"lockfile": "^1.0.4",
"mongoose": "^8.8.1",
"mongoose-sequence": "^6.0.1",
"multer": "^1.4.5-lts.1",
"node-cron": "^3.0.3",
"node-telegram-bot-api": "^0.66.0",
"nodemailer": "^6.9.16",
"onesignal-node": "^3.4.0",
"sharp": "^0.33.5",
"uuid": "^11.0.2",
"ws": "^8.18.0"
}
}