forked from bsian03/pluris
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 965 Bytes
/
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": "@24-7-discord-bot/pluris",
"version": "0.3.5",
"description": "Extra prototypes and utilities for the Eris Discord API Library",
"main": "index.js",
"scripts": {
"test": "eslint ./ --ext .js,.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/24-7-discord-bot/pluris.git"
},
"keywords": [
"eris",
"discord",
"discordapi"
],
"author": "Bsian",
"license": "mit",
"bugs": {
"url": "https://github.com/24-7-discord-bot/pluris/issues"
},
"homepage": "https://github.com/24-7-discord-bot/pluris#readme",
"peerDependencies": {
"eris": ">=0.15.0"
},
"optionalDependencies": {
"eris-reactions": "^0.1.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"eslint": "^7.24.0",
"eslint-config-airbnb-typescript": "^8.0.2",
"eslint-plugin-import": "^2.21.2",
"typescript": "^4.2.4"
}
}