-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.07 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
{
"name": "octavia",
"main": "build/index.js",
"scripts": {
"start": "node build/index.js",
"build": "tsc",
"lint": "eslint . --ext .ts",
"dev": "tsc-watch --onSuccess \"node ./build/index.js\""
},
"devDependencies": {
"@discordjs/opus": "^0.5.0",
"@types/bunyan": "^1.8.6",
"@types/mongodb": "^3.5.31",
"@types/node": "^14.14.5",
"@types/spotify-web-api-node": "^5.0.2",
"@types/yt-search": "^2.3.0",
"@typescript-eslint/eslint-plugin": "^4.6.0",
"@typescript-eslint/parser": "^4.6.0",
"eslint": "^7.12.1",
"tsc-watch": "^4.2.9",
"typescript": "^4.0.5"
},
"dependencies": {
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"bunyan": "^1.8.15",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"ffmpeg-static": "^4.2.8",
"genius-lyrics-api": "^3.0.6",
"mongodb": "^3.6.2",
"node-cache": "^5.1.2",
"opusscript": "^0.0.8",
"spotify-web-api-node": "^5.0.2",
"yt-search": "^2.7.5",
"ytdl-core": "^4.8.2"
},
"author": "SRMKZILLA <[email protected]>",
"license": "MIT"
}