forked from arduinodiscord/bot-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 927 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
33
34
{
"name": "arduino-bot",
"version": "0.1.0",
"description": "A bot to help the arduino community!",
"main": "bot.js",
"dependencies": {
"discord-akairo": "^8.0.0",
"discord.js": "^12.2.0",
"gists": "^2.0.0"
},
"scripts": {
"start": "node bot.js",
"lint": "standard"
},
"devDependencies": {
"eslint": "^7.1.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"standard": "^12.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BluLightShow/arduino-bot.git"
},
"author": "BluLightShow & Contributors",
"license": "GNU General Public License v3.0",
"bugs": {
"url": "https://github.com/BluLightShow/arduino-bot/issues"
},
"homepage": "https://github.com/BluLightShow/arduino-bot#readme"
}