-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 757 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 757 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
32
33
34
35
{
"name": "teneo-bot",
"version": "1.0.0",
"description": "Teneo BOT farm",
"main": "main.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RPC-Hubs/Teneo-BOT.git"
},
"keywords": [
"auto",
"farm",
"for",
"teneo",
"extension"
],
"author": "rpchubs",
"license": "ISC",
"dependencies": {
"axios": "^0.21.4",
"chalk": "^4.1.2",
"fs": "^0.0.1-security",
"https-proxy-agent": "^5.0.1",
"p-limit": "^6.2.0",
"ws": "^8.18.1"
},
"bugs": {
"url": "https://github.com/RPC-Hubs/Teneo-BOT.git/issues"
},
"homepage": "https://github.com/RPC-Hubs/Teneo-BOT.git#readme"
}