-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.09 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
{
"name": "vibinos-discord",
"version": "0.1.1",
"description": "Party time discord bot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./src/index.js",
"dev": "nodemon -L ./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/1qk1/vibinos-discord.git"
},
"author": "@qktweets",
"bugs": {
"url": "https://github.com/1qk1/vibinos-discord/issues"
},
"homepage": "https://github.com/1qk1/vibinos-discord#readme",
"dependencies": {
"@discordjs/opus": "^0.8.0",
"@sentry/node": "^6.19.2",
"@sentry/tracing": "^6.19.2",
"async": "^3.2.4",
"discord-ytdl-core": "^5.0.4",
"discord.js": "^12.5.3",
"dotenv-defaults": "^5.0.2",
"libsodium-wrappers": "^0.7.10",
"mongoose": "^5.12.14",
"spotify-web-api-node": "^5.0.2",
"url-parse": "^1.5.10",
"validator": "^13.7.0",
"yt-search": "^2.10.3",
"ytdl-core": "^4.11.5",
"ytpl": "^2.3.0"
},
"devDependencies": {
"nodemon": "^2.0.19"
},
"engines": {
"node": "16.x"
}
}