-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 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
41
42
{
"name": "musistic",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"register": "node dist/register.js",
"start": "node dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SpecialAgency-Chat/musistic.git"
},
"author": "waki285 <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/SpecialAgency-Chat/musistic/issues"
},
"homepage": "https://github.com/SpecialAgency-Chat/musistic#readme",
"devDependencies": {
"@types/ms": "^0.7.31",
"@types/node": "^17.0.21",
"@types/yt-search": "^2.3.2",
"typescript": "^4.6.2"
},
"dependencies": {
"@discordjs/opus": "^0.5.3",
"@discordjs/voice": "^0.8.0",
"chalk": "^4.1.2",
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
"ffmpeg-static": "^4.4.1",
"ms": "^2.1.3",
"ora": "^5.4.1",
"tweetnacl": "^1.0.3",
"yt-search": "^2.10.3",
"ytdl-core": "^4.11.0",
"ytpl": "^2.3.0"
}
}