-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 797 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 797 Bytes
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
{
"name": "botpanel.js",
"version": "1.3.0",
"description": "A simple library for integrating Discord bots with Bot Panel",
"keywords": [
"discord",
"bot",
"dashboard",
"typescript"
],
"homepage": "https://github.com/tcmine/botpanel.js",
"license": "GPL-3.0-only",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/tcmine/botpanel.js.git"
},
"scripts": {
"build": "tsc --build"
},
"dependencies": {
"ws": "^8.16.0"
},
"devDependencies": {
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^8.57.2",
"@typescript-eslint/parser": "^8.57.2",
"eslint": "^9.39.4",
"globals": "^17.4.0",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
},
"types": "dist/index.d.ts"
}