-
Notifications
You must be signed in to change notification settings - Fork 186
/
Copy pathpackage.json
57 lines (57 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
{
"name": "rhythm-bot",
"version": "2.1.5",
"description": "",
"main": "dist/app.js",
"scripts": {
"start": "NODE_ENV=development node --inspect --trace-warnings -r ts-node/register -r tsconfig-paths/register src/app",
"start:dev": "NODE_ENV=development nodemon --inspect --trace-warnings",
"start:prod": "NODE_ENV=production node --trace-warnings dist/app",
"build": "tsc"
},
"author": "Malexion",
"license": "MIT",
"repository": {
"url": "https://github.com/Malexion/Rhythm-Bot"
},
"dependencies": {
"@discordjs/opus": "^0.6.0",
"@mikro-orm/core": "^4.5.9",
"@mikro-orm/migrations": "^4.5.9",
"@mikro-orm/sqlite": "^4.5.9",
"bufferutil": "^4.0.1",
"discord-bot-quickstart": "0.0.15",
"discord-command-parser": "^1.5.3",
"discord.js": "^12.5.1",
"dotenv": "^10.0.0",
"erlpack": "^0.1.3",
"ffmpeg-static": "^4.2.7",
"jsonfile": "^2.4.0",
"minimist": "^1.2.6",
"moment": "^2.27.0",
"sodium": "^3.0.2",
"source-map-support": "^0.5.20",
"utf-8-validate": "^5.0.2",
"uuid": "^8.3.2",
"winston": "^3.3.3",
"yt-search": "^2.10.1",
"ytdl-core": "^4.11.0",
"ytpl": "^2.0.4",
"zlib-sync": "^0.1.7"
},
"devDependencies": {
"@types/jsonfile": "^5.0.1",
"@types/minimist": "^1.2.0",
"@types/moment": "^2.13.0",
"@types/node": "^12.12.48",
"@types/source-map-support": "^0.5.4",
"@types/uuid": "^8.3.1",
"@types/winston": "^2.4.4",
"@types/yt-search": "^2.3.0",
"nodemon": "^2.0.13",
"prettier": "^2.4.1",
"ts-node": "^10.2.1",
"tsconfig-paths": "^3.11.0",
"typescript": "^3.9.6"
}
}