-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.21 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
48
49
50
{
"name": "nodebot",
"version": "1.0.0",
"description": "multifunctional discord bot",
"main": "src/app.js",
"scripts": {
"test": "node app.js debug",
"dev": "nodemon app.js",
"start": "node deploy-commands.js && node app.js",
"deploy": "node deploy-commands.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dani251/NodeBot.git"
},
"keywords": [
"discord",
"bot",
"node.js",
"multifunctional",
"administration",
"music"
],
"author": "Daniel Lambrecht",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/dani251/NodeBot/issues"
},
"homepage": "https://github.com/dani251/NodeBot#readme",
"dependencies": {
"@discordjs/builders": "^0.12.0",
"@discordjs/opus": "^0.7.0",
"@discordjs/rest": "",
"@distube/soundcloud": "^1.1.0",
"@distube/spotify": "^1.2.1",
"@distube/yt-dlp": "^1.0.2",
"colors": "^1.4.0",
"discord-api-types": "^0.27.1",
"discord.js": "^13.6.0",
"distube": "^3.3.2",
"ffmpeg-static": "^4.4.1",
"libsodium-wrappers": "^0.7.9",
"nodemon": "^2.0.15",
"yt-search": "^2.10.3",
"ytdl-core": "^4.10.1"
},
"devDependencies": {
"eslint": "^8.9.0"
}
}