-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 837 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
{
"name": "@brussell98/megane",
"version": "0.13.0",
"description": "A cluster management system for Discord bots",
"main": "dist/index.js",
"types": "dist/typings/index.d.ts",
"repository": "https://github.com/brussell98/megane",
"author": "Brussell",
"license": "MIT",
"scripts": {
"prepublishOnly": "yarn build",
"build": "tsc"
},
"dependencies": {
"eris": "abalabahaha/eris#dev",
"node-fetch": "^2.6.7",
"veza": "^1.2.0"
},
"devDependencies": {
"@types/dotenv": "^8.2.0",
"@types/node": "^18.7.15",
"@types/node-fetch": "^2.6.2",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"dotenv": "^16.0.2",
"eslint": "^7.32.0",
"typescript": "^4.8.2"
},
"keywords": [
"discord",
"bot",
"cluster",
"sharding",
"automatic"
]
}