-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 887 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
{
"name": "mtproxybot",
"version": "1.0.0",
"description": "Manage your mtproto proxies in Telegram bot",
"main": "index.js",
"scripts": {
"dev": "set NODE_ENV=development && nodemon app",
"start": "pm2 start ecosystem.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mmdzov/mtproxybot.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mmdzov/mtproxybot/issues"
},
"homepage": "https://github.com/mmdzov/mtproxybot#readme",
"dependencies": {
"@grammyjs/menu": "^1.2.1",
"@grammyjs/runner": "^2.0.3",
"dotenv": "^16.3.1",
"grammy": "^1.20.3",
"nodemon": "^3.0.3",
"pm2": "^5.3.0",
"shell-quote": "^1.8.1",
"socks-proxy-agent": "^8.0.2"
},
"devDependencies": {
"@types/node": "^20.11.5",
"@types/shell-quote": "^1.7.5"
}
}