-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.54 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
49
50
51
52
53
{
"name": "discord-hybrid-sharding",
"version": "1.7.4",
"description": "The first package which combines sharding manager & internal sharding to save a lot of resources, which allows clustering!",
"main": "index.js",
"types": "./typings.d.ts",
"dependencies": {
"node-fetch": "^2.6.7"
},
"scripts": {
"lint": "eslint . --ext .js",
"lint:fix": "eslint . --fix --ext .js",
"format": "prettier --check .",
"format:fix": "prettier --write .",
"generate-docs": "jsdoc -c ./.jsdoc.conf.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meister03/discord-hybrid-sharding.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"discord",
"discord-sharding",
"discord-clustering",
"hybrid-sharding",
"discord.js-hybrid-sharding",
"discord.js",
"eris",
"discordeno.js",
"bot",
"bots",
"cluster",
"framework"
],
"author": "meister03",
"license": "MIT",
"bugs": {
"url": "https://github.com/meister03/discord-hybrid-sharding/issues"
},
"homepage": "https://github.com/meister03/discord-hybrid-sharding#readme",
"devDependencies": {
"clean-jsdoc-theme": "^4.1.7",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jsdoc": "^39.3.6",
"eslint-plugin-prettier": "^4.2.1",
"jsdoc": "^3.6.11",
"prettier": "^2.7.1"
}
}