-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.11 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.11 KB
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
{
"name": "0g-storage-auto-bot",
"version": "1.0.0",
"description": "Automated bot for interacting with the 0G Storage Network to maximize airdrop potential",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vikitoshi/0g-Storage-Auto-Bot.git"
},
"keywords": [
"0g",
"storage",
"blockchain",
"airdrop",
"testnet",
"automation",
"crypto"
],
"author": "Vikitoshi",
"license": "MIT",
"bugs": {
"url": "https://github.com/vikitoshi/0g-Storage-Auto-Botissues"
},
"homepage": "https://github.com/vikitoshi/0g-Storage-Auto-Bot#readme",
"dependencies": {
"axios": "^1.6.7",
"crypto": "^1.0.1",
"dotenv": "^16.4.1",
"ethers": "^6.10.0",
"fs": "^0.0.1-security",
"https-proxy-agent": "^7.0.2",
"path": "^0.12.7",
"readline": "^1.3.0"
},
"engines": {
"node": ">=16.0.0"
}
}