forked from UnseenFaith/komada
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.05 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
{
"name": "komada",
"version": "0.22.0",
"description": "Komada: Croatian for 'pieces', is a modular bot system including reloading modules and easy to use custom commands.",
"homepage": "https://github.com/dirigeants/komada#readme",
"bugs": {
"url": "https://github.com/dirigeants/komada/issues"
},
"license": "MIT",
"author": "Evelyne Lachance",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/dirigeants/komada.git"
},
"scripts": {
"lint": "npm run test -- --fix",
"test": "npx eslint src",
"docs": "npx jsdoc -c ./.docstrap.json -R README.md"
},
"dependencies": {
"fs-nextra": "^0.3.0"
},
"peerDependencies": {
"discord.js": "github:discordjs/discord.js"
},
"devDependencies": {
"eslint": "^4.9.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.7.0",
"ink-docstrap": "^1.3.2",
"jsdoc": "github:jsdoc3/jsdoc#master",
"tui-jsdoc-template": "github:dirigeants/tui.jsdoc-template"
},
"engines": {
"node": ">=8.9.1"
}
}