-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 915 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
{
"name": "logos-discord-tipbot",
"version": "0.0.1",
"description": "Logos Discord Bot for tipping and other fun stuff.",
"repository": {
"type": "git",
"url": "git+https://github.com/LogosNetwork/discord-bot.git"
},
"author": "Tyler Storm <tyler@pla.bs> (https://logos.network)",
"license": "MIT",
"bugs": {
"url": "https://github.com/LogosNetwork/discord-bot/issues"
},
"homepage": "https://github.com/LogosNetwork/discord-bot#readme",
"keywords": [
"logos",
"discord",
"tip",
"bot",
"cryptocurrency",
"blockchain"
],
"dependencies": {
"@logosnetwork/logos-rpc-client": "^1.1.29",
"@logosnetwork/logos-webwallet-sdk": "^0.2.13",
"axios": "^0.19.0",
"big-integer": "^1.6.43",
"discord.js": "^11.5.1",
"mqtt": "^3.0.0",
"mqtt-regex": "^1.0.5",
"pg": "^7.11.0",
"pg-hstore": "^2.3.3",
"sequelize": "^5.8.7"
}
}