-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 899 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
{
"name": "telegram",
"version": "0.1.0",
"main": "main.js",
"scripts": {
"start": "nodemon main.js",
"dev": "nodemon main.js",
"deploy": "node main.js",
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.7.2",
"base-64": "^1.0.0",
"bcryptjs": "^2.4.3",
"bluebird": "^3.7.2",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^9.0.2",
"express": "^4.19.2",
"jsonwebtoken": "^9.0.2",
"node-telegram-bot-api": "^0.53.0",
"pg": "^8.11.5",
"pg-hstore": "^2.3.4",
"sequelize": "^6.37.3",
"sequelize-cli": "^6.6.2",
"speakeasy": "^2.0.0",
"winston": "^3.13.0",
"winston-daily-rotate-file": "^5.0.0"
},
"description": "",
"devDependencies": {
"jest": "^29.7.0",
"nodemon": "^3.1.2",
"supertest": "^7.0.0"
}
}