forked from hamzi15/SSV-goerli-eth-bot
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 928 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
33
34
35
36
37
38
{
"name": "rocketpool-goerli-bot",
"version": "1.0.0",
"main": "main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/bloxapp/SSV-goerli-eth-bot"
},
"author": "Guy",
"license": "MIT",
"dependencies": {
"abi-decoder": "^2.4.0",
"axios": "^0.24.0",
"axios-rate-limit": "^1.3.0",
"discord-reply": "~0.1.2",
"discord.js": "~12.5.3",
"dotenv": "^10.0.0",
"fs": "^0.0.1-security",
"pako": "^2.0.4",
"pg": "^8.7.1",
"redis": "^4.0.3",
"web3": "^1.6.0"
},
"scripts": {
"start": "node src/main.js",
"faucet": "node src/faucet.js"
},
"description": "## Configuration",
"bugs": {
"url": "https://github.com/colfax23/rocketpool-goerli-bot/issues"
},
"homepage": "https://github.com/colfax23/rocketpool-goerli-bot#readme",
"devDependencies": {
"@fast-csv/format": "^4.3.5",
"elliptic": "^6.5.4"
},
"keywords": []
}