-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
42 lines (42 loc) · 1.33 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
{
"name": "m8-bot",
"version": "1.0.0",
"description": "[![](https://img.shields.io/badge/node-js-blue.svg)](https://nodejs.org/en/) [![](https://img.shields.io/badge/discord-js-blue.svg)](https://github.com/hydrabolt/discord.js) [![](https://discordapp.com/api/guilds/352984490693623829/widget.png?style=shield)](https://discord.gg/JhyZARH)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MAPReiff/M8-Bot.git"
},
"author": "Mitchell Reiff",
"license": "ISC",
"bugs": {
"url": "https://github.com/MAPReiff/M8-Bot/issues"
},
"homepage": "https://github.com/MAPReiff/M8-Bot#readme",
"dependencies": {
"carina": "^0.11.2",
"chalk": "^2.4.2",
"dblapi.js": "^2.3.0",
"delay": "^4.1.0",
"discord.js": "github:discordjs/discord.js",
"discord.js-aliases": "^1.1.6",
"esm": "^3.2.25",
"fs": "0.0.1-security",
"idiotic-api": "^0.2.11",
"klasa": "github:dirigeants/klasa",
"kurasuta": "^0.2.16",
"mal-scraper": "^2.6.3",
"moment": "^2.24.0",
"moment-duration-format": "^2.2.2",
"node-fetch": "^2.3.0",
"npm": "^6.11.2",
"rethinkdbdash": "^2.3.31",
"twitch-helix": "^1.0.7",
"weather-js2": "^2.0.2",
"ws": "^6.1.3"
},
"devDependencies": {}
}