-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 836 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 836 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
{
"name": "getgrass-bot",
"version": "1.0.0",
"description": "https://github.com/web3bothub/grass-bot",
"exports": "./start.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@inquirer/prompts": "^4.3.1",
"axios": "^1.7.7",
"chalk": "^5.3.0",
"commander": "^12.0.0",
"console-stamp": "^3.1.2",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"http-proxy-agent": "^7.0.2",
"https": "^1.0.0",
"inquirer": "^9.2.17",
"log-symbols": "^7.0.0",
"node-fetch": "^3.3.2",
"ora": "^8.1.1",
"proxy-agent": "^6.4.0",
"proxy-chain": "^2.5.4",
"socks-proxy-agent": "^8.0.4",
"uuid": "^9.0.1",
"ws": "^8.16.0"
}
}