-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
48 lines (48 loc) · 1.28 KB
/
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
43
44
45
46
47
48
{
"name": "luip-marzban",
"version": "1.0.0",
"description": "Limit users in each proxy configuration",
"main": "app.js",
"scripts": {
"dev": "pm2 start ecosystem.config.js --env development",
"start": "./restore_banned_ips.sh && pm2 start ecosystem.config.js --env production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mmdzov/luIP-marzban.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/mmdzov/luIP-marzban/issues"
},
"homepage": "https://github.com/mmdzov/luIP-marzban#readme",
"dependencies": {
"@grammyjs/files": "^1.0.4",
"@grammyjs/menu": "^1.2.1",
"@grammyjs/runner": "^2.0.3",
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"crypto-js": "^4.1.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"grammy": "^1.18.1",
"joi": "^17.9.2",
"node-cron": "^3.0.2",
"node-html-parser": "^6.1.5",
"pm2": "^5.3.0",
"socks-proxy-agent": "^8.0.1",
"sqlite3": "^5.1.6",
"ws": "^8.13.0"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/body-parser": "^1.19.2",
"@types/crypto-js": "^4.1.1",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.17",
"@types/node": "^20.4.9",
"@types/ws": "^8.5.5"
}
}