-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.31 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
{
"name": "sistine",
"version": "0.5.0-dev",
"description": "Klasa-based bot that provides, just the best I guess.",
"main": "ClientShard.js",
"dependencies": {
"canvas": "^2.0.0-alpha.12",
"canvas-constructor": "github:kyranet/canvasConstructor#master",
"cli-table-redemption": "^1.0.1",
"dblapi.js": "^2.2.0",
"discord.js": "github:discordjs/discord.js",
"discord.js-lavalink": "^2.1.3",
"express": "^4.16.3",
"fast-html-parser": "^1.0.1",
"figlet": "^1.2.0",
"fs-nextra": "0.3.2",
"http-nextra": "github:TridentBot/http-nextra",
"klasa": "github:dirigeants/klasa",
"os-toolbox": "^0.2.10",
"rethinkdbdash": "^2.3.31",
"snekfetch": "^3.6.4"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-standard": "11.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.1.0"
},
"scripts": {
"test": "eslint ."
},
"keywords": [
"sistine"
],
"author": "Kashall#1307",
"repository": {
"type": "git",
"url": "[email protected]:Kashalls/Sistine.git"
},
"bugs": {
"url": "https://github.com/Kashalls/Sistine/issues"
},
"homepage": "https://github.com/Kashalls/Sistine#readme"
}