-
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) · 728 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 728 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": "telegram-bot-course",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js",
"start": "pm2 start index.js",
"debug:discord-command": "guildId = 1216641194486923284",
"debug:start": ""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@portkey/contracts": "2.0.0-alpha.26",
"@portkey/utils": "^2.1.0",
"aelf-sdk": "^3.4.5",
"discord.js": "^14.14.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"mysql2": "^3.9.2",
"node-telegram-bot-api": "^0.52.0",
"nodemon": "^2.0.7",
"pm2": "^5.3.1",
"sequelize": "^6.37.1"
},
"devDependencies": {
"sequelize-cli": "^6.6.2"
}
}