@backs/bot-base
Version:
The 6th version of back's bot base.
57 lines (56 loc) • 1.18 kB
JSON
{
"name": "@backs/bot-base",
"version": "6.2.5",
"description": "The 6th version of back's bot base.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup"
},
"repository": {
"type": "git",
"url": "git+https://github.com/backiscute/bot-base.git"
},
"keywords": [
"discord.js",
"djs",
"command",
"commands",
"event",
"events",
"event handler",
"command handler",
"bot"
],
"author": {
"name": "Back",
"email": "me@back.rs",
"url": "https://back.rs"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/backiscute/bot-base/issues"
},
"homepage": "https://github.com/backiscute/bot-base#readme",
"dependencies": {
"@backs/config-parser": "^1.4.1",
"@backs/logger": "^1.1.16",
"@backs/utils": "^1.0.7",
"discord.js": "^14.16.3",
"glob": "^11.0.0",
"is-glob": "^4.0.3"
},
"devDependencies": {
"@types/is-glob": "^4.0.4",
"@types/node": "^22.10.2",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
},
"publishConfig": {
"access": "public"
}
}