-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 1.81 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "rainbow-flame",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "cd ./bot && rm -rf dist && tsc",
"start": "node bot/dist/Bot.js",
"start:dev": "ts-node-dev --poll -- ./bot/src/Bot.ts",
"start:lavalink": "cd ./lavalink && ./lavalink.sh",
"start:dashboard": "cd ./dashboard && npm start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WovenCoast/rainbow-flame.git"
},
"keywords": [
"RainbowFlame"
],
"author": "WovenCoast <[email protected]>, TheSilentDefender",
"license": "ISC",
"bugs": {
"url": "https://github.com/WovenCoast/rainbow-flame/issues"
},
"homepage": "https://github.com/WovenCoast/rainbow-flame#readme",
"dependencies": {
"@discordjs/opus": "^0.3.2",
"@lavacord/discord.js": "0.0.7",
"@types/cheerio": "^0.22.18",
"@types/express": "^4.17.6",
"@types/express-session": "^1.17.0",
"@types/node": "^14.6.2",
"axios": "^0.19.2",
"canvas": "^2.6.1",
"chalk": "^4.0.0",
"cheerio": "^1.0.0-rc.3",
"colors": "^1.4.0",
"cors": "^2.8.5",
"discord-akairo": "^8.0.0",
"discord.js": "^12.2.0",
"dot-prop": "^5.2.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"got": "^11.7.0",
"he": "^1.2.0",
"lavaclient": "^2.0.6",
"lavacord": "^1.1.9",
"mathjs": "^7.0.2",
"mdbreact": "^4.27.0",
"moment": "^2.27.0",
"ms": "^2.1.2",
"node-fetch": "^2.6.1",
"pg": "^8.3.3",
"prop-types": "^15.7.2",
"react-router-dom": "^5.2.0",
"sqlite": "^4.0.14",
"sqlite3": "^4.2.0",
"tinyurl": "^1.1.6",
"ts-node-dev": "^1.0.0-pre.50",
"typeorm": "^0.2.25",
"typescript": "^3.9.6",
"vultrex.api": "^2.0.1",
"yt-search": "^1.1.2",
"ytdl-core": "^2.1.7"
}
}