forked from discord-akairo/discord-akairo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.12 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": "discord-akairo",
"version": "8.1.0",
"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": {},
"devDependencies": {
"@types/node": "^10.14.4",
"discord.js-docgen": "github:discordjs/docgen",
"eslint": "^5.16.0",
"jsdoc": "^3.6.4",
"tslint": "^5.15.0",
"tslint-config-typings": "^0.3.1",
"typescript": "^3.4.2"
},
"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"
}