-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 898 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
{
"name": "hackweek",
"version": "1.0.0",
"description": "The Repo for the 2019 Discord Hackweek",
"main": "main.js",
"dependencies": {
"discord.js": "^11.5.1",
"discord.js-commando": "^0.10.0",
"ffmpeg-static": "^2.4.0",
"firebase": "^6.2.2",
"firebase-admin": "^8.2.0",
"mathjs": "^6.0.2",
"node-opus": "^0.3.2",
"opusscript": "0.0.6",
"simple-youtube-api": "^5.2.0",
"ytdl-core": "^0.29.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/broodroosterdev/hackweek.git"
},
"author": "thuverx, scientistmonkey, broodroosterdev",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/broodroosterdev/hackweek/issues"
},
"homepage": "https://github.com/broodroosterdev/hackweek#readme"
}