-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 787 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 787 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
{
"name": "discord-bot",
"version": "0.0.0",
"description": "",
"main": "bot.js",
"scripts": {
"start": "node bot.js",
"lint": "./node_modules/.bin/eslint .",
"lint-fix": "./node_modules/.bin/eslint . --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DamourYouKnow/damour-bot.git"
},
"author": "DamourYouKnow",
"license": "MIT",
"bugs": {
"url": "https://github.com/DamourYouKnow/discord-bot-template/issues"
},
"homepage": "https://github.com/DamourYouKnow/damour-bot-template#readme",
"dependencies": {
"discord.js": "^12.5.1",
"js-yaml": "^4.0.0"
},
"devDependencies": {
"eslint": "^5.7.0",
"eslint-config-google": "^0.11.0"
}
}