-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1005 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
{
"name": "kessing",
"description": "DFK Tipping bot",
"main": "bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node bot.js"
},
"author": "Gyd0x",
"license": "MIT",
"dependencies": {
"@discordjs/rest": "^1.5.0",
"@slack/webhook": "^6.1.0",
"axios": "^1.3.3",
"bignumber.js": "^9.0.2",
"bn.js": "^5.2.0",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"discord-api-types": "^0.37.0",
"discord-fetch-all": "^3.0.0",
"discord.js": "^14.7.0",
"dotenv": "^10.0.0",
"eth-revert-reason": "^1.0.3",
"ethers": "^5.5.2",
"express": "^4.18.2",
"git-rev-sync": "^3.0.2",
"lodash.get": "^4.4.2",
"moment": "^2.29.2",
"node-ray": "^1.19.4",
"pg": "^8.9.0",
"puppeteer": "^19.6.0",
"sequelize": "^6.29.0",
"text-table": "^0.2.0",
"web3": "^1.6.1"
}
}