-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
50 lines (50 loc) · 1.31 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "qrltips",
"version": "1.0.7",
"description": "Social TipBot for QRL - Quantum Resistant Ledger Discord ",
"keywords": [
"tipbot",
"discord Tip Bot",
"QRL",
"Crypto Bot"
],
"homepage": "https://qrl.tips",
"author": "Fr1t2 <fr1t2@fr1t2.com> (https://fr1t2.com)",
"main": "index.js",
"dependencies": {
"bcryptjs": "^2.4.3",
"chalk": "^4.1.0",
"discord.js": "^12.5.1",
"drand-client": "^0.2.0",
"lodash": "^4.17.21",
"minimist": "^1.2.6",
"mysql": "^2.18.1",
"mysqldump": "^3.2.0",
"qrcode": "^1.5.1",
"tar": ">=6.1.9",
"ws": ">=7.4.6"
},
"engines": {
"node": "12.16.1"
},
"devDependencies": {
"eslint": "^7.20.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build_database": "nodejs ./_scripts/db/dbCreate.js",
"addTestData": "nodejs ./_scripts/db/addTestData.js",
"DiscordBot": "nodejs ./_scripts/discord/index.js",
"SpawnDiscordBot": "nodejs ./index.js",
"InitializeBot": "nodejs ./_scripts/initializeBot.js",
"unlockBotWallet": "nodejs ./_scripts/unlockBotWallet.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theqrl-community/tipbot.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/theqrl-community/tipbot/issues"
}
}