botpanel.js
Version:
A simple library for integrating Discord bots with Bot Panel
29 lines (28 loc) • 777 B
JSON
{
"name": "botpanel.js",
"version": "1.2.9",
"description": "A simple library for integrating Discord bots with Bot Panel",
"keywords": ["discord", "bot", "dashboard", "typescript"],
"license": "GPL-3.0-only",
"repository": {
"type": "git",
"url": "https://github.com/tcmine/botpanel.js.git"
},
"homepage": "https://github.com/tcmine/botpanel.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"ws": "^8.16.0"
},
"scripts": {
"build": "tsc --build"
},
"devDependencies": {
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"eslint": "^8.56.0",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
}
}