forked from meister03/discord-cross-hosting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.74 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
54
55
56
57
{
"name": "discord-cross-hosting",
"version": "2.3.2",
"description": "The first package which allows broadcastEval() over cross-hosted machines and efficient machine & shard management.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"dependencies": {
"discord-hybrid-sharding": "github:meister03/discord-hybrid-sharding",
"discordeno": "^16.0.1",
"net-ipc": "^2.0.1"
},
"scripts": {
"lint": "eslint . --ext .js",
"lint:fix": "eslint . --fix --ext .js",
"format": "prettier --check .",
"format:fix": "prettier --write .",
"start:bridge": "node test/server.js",
"start:cluster": "node test/cluster.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meister03/discord-cross-hosting.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"discord",
"bots",
"discord-cross-hosting",
"discord-sharding",
"discord-clustering",
"cluster",
"machine-broadcast",
"cross-hosting",
"vertical-scaling",
"multiply-machines",
"framework"
],
"author": "meister03",
"license": "MIT",
"bugs": {
"url": "https://github.com/meister03/discord-cross-hosting/issues"
},
"homepage": "https://github.com/meister03/discord-cross-hosting#readme",
"devDependencies": {
"@types/node": "^18.7.18",
"discord.js": "^13.3.1",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jsdoc": "^37.9.6",
"eslint-plugin-prettier": "^4.0.0",
"express": "^4.17.1",
"prettier": "^2.5.1",
"typescript": "^4.8.3"
}
}