-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 905 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
{
"name": "darkjojan",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"discord.js": "^11.4.2",
"dotenv": "^7.0.0",
"ffmpeg-binaries": "^4.0.0",
"node-gyp": "^3.8.0",
"opusscript": "0.0.6",
"rebuild": "^0.1.2",
"script": "^0.1.4",
"simple-youtube-api": "^5.1.1",
"ytdl-core": "^0.29.1",
"ytdl-core-discord": "^1.0.3"
},
"bugs": {
"url": "https://github.com/synicalsyntax/discord.js-heroku/issues"
},
"homepage": "https://github.com/synicalsyntax/discord.js-heroku#readme",
"devDependencies": {},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/synicalsyntax/discord.js-heroku.git"
},
"keywords": [
"heroku",
"discord.js"
],
"author": "jojan",
"license": "ISC",
"description": ""
}