forked from Zlkcyber/aigaea-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 825 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": "aigea-bot-proxy",
"version": "1.0.0",
"description": "A script to handle proxies, authentication, and pinging with unique browser IDs.",
"main": "main.js",
"scripts": {
"start": "node main.js"
},
"dependencies": {
"node-fetch": "^3.3.0",
"https-proxy-agent": "^5.0.0",
"readline": "^1.3.0"
},
"engines": {
"node": ">=16.0.0"
},
"author": "@Zlkcyber",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/Zlkcyber/aigaea-bot.git"
},
"keywords": [
"aigea",
"proxy",
"https://app.aigaea.net/"
],
"bugs": {
"url": "https://github.com/Zlkcyber/aigaea-bot/issues"
},
"homepage": "https://github.com/Zlkcyber/aigaea-bot#readme"
}