forked from discord-akairo/discord-akairo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.28 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
48
{
"name": "discord-akairo",
"version": "8.0.0-beta.4",
"description": "A highly customizable bot framework for Discord.js.",
"main": "./src/index.js",
"types": "./src/index.d.ts",
"author": "1Computer",
"license": "MIT",
"keywords": [
"discord",
"discord-js",
"discord.js",
"framework",
"bot",
"client",
"modular",
"commands",
"arguments"
],
"dependencies": {},
"peerDependencies": {
"discord.js": ">=12.0.0-dev",
"sqlite": "^2.8.0",
"sequelize": "^4.38.0"
},
"devDependencies": {
"@types/node": "^10.9.2",
"@types/sequelize": "^4.27.25",
"discord.js-docgen": "discordjs/docgen",
"eslint": "^5.4.0",
"jsdoc": "^3.5.5",
"tslint": "^5.11.0",
"tslint-config-typings": "^0.3.1",
"typescript": "^3.0.1"
},
"scripts": {
"test": "npm run lint",
"lint": "eslint ./src && tslint ./src/index.d.ts"
},
"repository": {
"type": "git",
"url": "https://github.com/discord-akairo/discord-akairo.git"
},
"bugs": {
"url": "https://github.com/discord-akairo/discord-akairo/issues"
},
"homepage": "https://github.com/discord-akairo/discord-akairo"
}