-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 917 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
{
"name": "tg-bot-valorant",
"version": "1.0.1",
"description": "",
"main": "src/index.js",
"type": "module",
"scripts": {
"start": "node dist/bot.js",
"set:commands": "node src/functions/setCommands.js",
"build": "webpack --mode=production --config webpack.config.js",
"start:build": "pm2 restart ecosystem.config.js",
"dev": "webpack --mode=production --config webpack.config.js && node dist/bot.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"dotenv": "^16.3.1",
"moment": "^2.29.4",
"node-telegram-bot-api": "^0.64.0"
},
"devDependencies": {
"@types/node": "^20.10.7",
"@types/node-telegram-bot-api": "^0.64.2",
"@types/request": "^2.48.12",
"copy-webpack-plugin": "^11.0.0",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
}