-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.02 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
{
"name": "ts-discord-bitjam",
"version": "1.0.0",
"description": "A generic music bot for Discord",
"main": "app.ts",
"scripts": {
"start": "ts-node ./src/app.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/builders": "^0.8.2",
"@discordjs/opus": "^0.5.3",
"@discordjs/rest": "^0.1.0-canary.0",
"@discordjs/voice": "^0.6.0",
"after-every": "^1.0.3",
"axios": "^0.21.4",
"discord.js": "^13.1.0",
"express": "^4.17.1",
"ffmpeg-static": "^4.4.0",
"firebase-admin": "^10.0.0",
"node-genius-api": "^1.2.0",
"open": "^8.4.0",
"qs": "^6.10.1",
"spotify-web-api-node": "^5.0.2",
"ts-node": "^10.2.1",
"typescript": "^4.4.2",
"youtube-dl-exec": "^1.3.3",
"youtube-music-api": "^1.0.6",
"youtube-search": "^1.1.6",
"ytdl-core": "^4.9.1",
"ytpl": "^2.2.3"
},
"devDependencies": {
"@types/spotify-web-api-node": "^5.0.3",
"discord-api-types": "^0.24.0"
}
}