-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 887 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
39
{
"name": "oxyl-sharder",
"version": "7.0.0",
"description": "Sharding handler for Oxyl",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oxylbot/sharder.git"
},
"keywords": [
"oxyl",
"discord",
"shard",
"microservice"
],
"author": "oxylbot",
"license": "MIT",
"bugs": {
"url": "https://github.com/oxylbot/sharder/issues"
},
"homepage": "https://github.com/oxylbot/sharder#readme",
"dependencies": {
"erlpack": "^0.1.3",
"express": "^4.17.1",
"express-winston": "^4.0.5",
"protobufjs": "^6.10.2",
"superagent": "^6.1.0",
"winston": "^3.3.3",
"ws": "^7.4.3",
"zeromq": "^6.0.0-beta.6"
},
"devDependencies": {
"eslint": "7.19.0",
"eslint-config-recommended": "4.1.0"
}
}