-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.03 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
{
"name": "discord-ghuun-bot",
"version": "3.0.0",
"description": "",
"main": "js/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon --inspect js/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Warcraft-GoA-Development-Team/Discord-Ghuun-Bot.git"
},
"author": "DukeJeans",
"license": "MIT",
"bugs": {
"url": "https://github.com/Warcraft-GoA-Development-Team/Discord-Ghuun-Bot/issues"
},
"homepage": "https://github.com/Warcraft-GoA-Development-Team/Discord-Ghuun-Bot#readme",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.9.0",
"babel-eslint": "^10.1.0",
"cross-env": "^7.0.2",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"prettier": "^1.19.1"
},
"dependencies": {
"@google-cloud/storage": "^4.7.0",
"discord.js": "^12.1.1",
"nodemon": "^2.0.3"
}
}