-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.35 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
{
"name": "spoticord",
"version": "1.0.0",
"description": "*spoticord* is a discord bot that allows you to play your music directly from spotify to discord. You need to host your own instance of this bot because it ties directly to your Spotify account. You need an Spotify Premium account for this to work.",
"main": "build/src/index.js",
"dependencies": {
"@discordjs/opus": "^0.5.3",
"bufferutil": "^4.0.3",
"discord.js": "^12.5.3",
"ffmpeg-static": "^4.4.0",
"prism-media": "^1.3.2",
"sodium": "^3.0.2",
"spotify-web-api-node": "^5.0.2",
"utf-8-validate": "^5.0.5",
"zlib-sync": "^0.1.7"
},
"devDependencies": {
"@types/node": "^15.14.9",
"@types/spotify-web-api-node": "^5.0.3",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0",
"typescript": "^4.3.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"init": "node build/scripts/init.js",
"configs": "node build/scripts/createConfigs.js"
},
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/kbroschke/spoticord.git"
},
"bugs": {
"url": "https://github.com/kbroschke/spoticord/issues"
},
"homepage": "https://github.com/kbroschke/spoticord#readme"
}