-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 980 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 980 Bytes
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": "stream-supreme-discord-bot",
"version": "1.0.0",
"description": "A media recommendation Discord bot that helps you find your next binge-worthy obsession!",
"main": "index.js",
"scripts": {
"start":"node index.js",
"deploy-dev":"node deploy-commands.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Project-Roundtable/Stream-Supreme-Discord-Bot.git"
},
"keywords": [
"discord",
"music",
"media",
"bot",
"movies",
"tv"
],
"author": "Luke Skinner, Andrew McGuckin",
"license": "MIT",
"bugs": {
"url": "https://github.com/Project-Roundtable/Stream-Supreme-Discord-Bot/issues"
},
"homepage": "https://github.com/Project-Roundtable/Stream-Supreme-Discord-Bot#readme",
"dependencies": {
"discord.js": "^14.7.1",
"dotenv": "^16.0.3",
"jsdoc": "^4.0.2"
},
"devDependencies": {
"eslint": "^8.35.0"
}
}