-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 974 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 974 Bytes
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
{
"name": "still-testing",
"version": "1.1.0",
"description": "A discord bot using node.js that still needs some more testing",
"main": "still_testing.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NoMoreNameToUse/still-testing.git"
},
"author": "spacezhang",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/NoMoreNameToUse/still-testing/issues"
},
"homepage": "https://github.com/NoMoreNameToUse/still-testing#readme",
"dependencies": {
"@discordjs/voice": "^0.19.2",
"@distube/ytdl-core": "^4.16.12",
"discord.js": "^14.13.0",
"ffmpeg": "^0.0.4",
"fluent-ffmpeg": "^2.1.2",
"libsodium-wrappers": "^0.7.13",
"opusscript": "^0.1.1",
"play-dl": "^1.9.7",
"sequelize": "^6.37.8",
"sqlite3": "^6.0.1",
"youtube-sr": "^4.3.9",
"yt-dlp-exec": "^1.0.2",
"ytdl-core": "^4.11.5"
}
}