-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.33 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
{
"name": "bask",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "tsc --watch",
"dev": "sern build && node .",
"build": "sern build"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/baskbotml/bask.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/baskbotml/bask/issues"
},
"dependencies": {
"@discordjs/voice": "^0.15.0",
"@distube/soundcloud": "^2.0.3",
"@distube/spotify": "^2.0.2",
"@distube/youtube": "^1.0.4",
"@distube/yt-dlp": "^2.0.1",
"@distube/ytdl-core": "^4.14.4",
"@sern/handler": "^4.0.1",
"@sern/publisher": "^1.1.2",
"axios": "^1.1.3",
"discord.js": "^14.15.3",
"distube": "^5.0.2",
"dotenv": "^16.0.3",
"libsodium-wrappers": "^0.7.10",
"mongoose": "^6.7.0",
"opusscript": "^0.1.1"
},
"devDependencies": {
"@sern/cli": "2.0.0-dev.24e97a3.0",
"@types/express": "^4.17.14",
"@types/node": "^17.0.25",
"typescript": "^5.5.4"
},
"homepage": "https://github.com/baskbotml/bask#readme",
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}