-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 758 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 758 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
{
"name": "faucetbot",
"version": "1.0.0",
"description": "Discord bot that dispenses testnet ETH",
"main": "index.js",
"repository": "https://github.com/AlmostEfficient/FaucetBot.git",
"author": "Abdullah Raza raza@cyleum.io",
"license": "GNU",
"private": true,
"dependencies": {
"@alch/alchemy-web3": "^1.1.4",
"@discordjs/builders": "^0.6.0",
"@discordjs/rest": "^0.1.0-canary.0",
"discord-api-types": "^0.23.1",
"discord.js": "^13.1.0",
"keyv": "^4.0.3"
},
"devDependencies": {
"dotenv": "^10.0.0",
"eslint": "^7.32.0"
},
"optionalDependencies": {
"@keyv/redis": "^2.1.2",
"@ethereumjs/common": "^2.5.0",
"@ethereumjs/tx": "^3.3.2",
"axios": "^0.22.0",
"ethers": "^5.4.7"
}
}