-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
51 lines (51 loc) · 1.36 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
51
{
"name": "mrclockwork-v4-indev",
"version": "4.0.0",
"description": "Discord Bot for hosting Dominions 5 games, now refactored from the grounds up!",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint .",
"start": "node app_bot.js",
"delete-global-commands": "node scripts/delete_global_commands.js",
"delete-guild-commands": "node scripts/delete_guild_commands.js",
"deploy-global-commands": "node scripts/deploy_commands_globally.js",
"deploy-guild-commands": "node scripts/deploy_commands_to_guild.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Drithyl/MrClockwork-v4.git"
},
"keywords": [
"Mr.",
"Clockwork",
"hosting",
"Dominions",
"5",
"Discord",
"bot"
],
"author": "Drithyl",
"license": "ISC",
"bugs": {
"url": "https://github.com/Drithyl/MrClockwork-v4/issues"
},
"homepage": "https://github.com/Drithyl/MrClockwork-v4#readme",
"dependencies": {
"cookie-parser": "^1.4.5",
"discord.js": "^14.14.1",
"dotenv": "^10.0.0",
"ejs": "^3.0.2",
"event-stream": "^4.0.1",
"express": "^4.17.1",
"googleapis": "^100.0.0",
"socket.io": "^4.4.1",
"uuid": "^8.3.1",
"ws": "^8.4.2",
"yauzl": "^2.10.0"
},
"devDependencies": {
"eslint": "^7.11.0",
"events": "^3.3.0"
}
}