-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
42 lines (42 loc) · 973 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
37
38
39
40
41
42
{
"name": "bytoid",
"version": "1.0.0",
"description": "Bytoid Bot",
"main": "src/index.js",
"scripts": {
"dev": "nodemon .",
"start": "node ./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/byteslash-hub/bytoid.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/byteslash-hub/bytoid/issues"
},
"homepage": "https://github.com/byteslash-hub/bytoid#readme",
"dependencies": {
"@discordjs/voice": "^0.8.0",
"discord.js": "^13.6.0",
"dotenv": "^10.0.0",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^4.4.1",
"libsodium-wrappers": "^0.7.9",
"moment": "^2.29.1",
"mongoose": "^6.1.8",
"youtube-music-api-update": "^1.0.6",
"yt-search": "^2.10.3",
"ytdl-core": "^4.10.0"
},
"engines": {
"npm": ">=7.19.1",
"node": ">=16.6.0"
},
"devDependencies": {
"node": "^16.6.0",
"nodemon": "^2.0.12"
},
"keywords": []
}