-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 935 Bytes
/
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
{
"name": "themenreal",
"version": "2.0.0",
"description": "real(real)",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andronic1234/themen.git"
},
"author": "Andronic123",
"license": "ISC",
"bugs": {
"url": "https://github.com/andronic1234/themen/issues"
},
"homepage": "https://github.com/andronic1234/themen#readme",
"dependencies": {
"@discordjs/rest": "^1.6.0",
"@discordjs/voice": "^0.16.0",
"canvas": "^2.11.0",
"discord-api-types": "^0.37.36",
"discord.js": "^14.8.0",
"ffmpeg-static": "^5.1.0",
"libsodium-wrappers": "^0.7.11",
"mongoose": "^7.3.3",
"node-fetch": "^2.6.9",
"uuid": "^9.0.0",
"yt-search": "^2.10.4",
"ytdl-core": "github:GreepTheSheep/node-ytdl-core"
},
"devDependencies": {
"dotenv": "^16.0.3"
}
}