rashi-discord-bot-lib
Version:
🚀 Powerful Discord bot framework with built-in database, event handling, and utilities
93 lines (92 loc) • 2.37 kB
JSON
{
"name": "rashi-discord-bot-lib",
"version": "1.0.46",
"description": "🚀 Powerful Discord bot framework with built-in database, event handling, and utilities",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist",
"dist/locales",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc && npm run copy-locales",
"copy-locales": "echo KopiujÄ™ locales... && cpx \"src/i18n/locales/**/*\" dist/locales",
"dev": "tsc --watch",
"clean": "rimraf dist",
"prepublishOnly": "npm run clean && npm run build",
"typecheck": "tsc --noEmit",
"pack:local": "npm pack --filename discord-bot-lib.tgz"
},
"keywords": [
"discord",
"bot",
"framework",
"discord.js",
"database",
"typescript",
"verse",
"events",
"commands",
"music"
],
"author": "Rashi <your.email@example.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/rashiUser/discord-bot-lib.git"
},
"bugs": {
"url": "https://github.com/rashiUser/discord-bot-lib/issues"
},
"homepage": "https://github.com/rashiUser/discord-bot-lib#readme",
"peerDependencies": {
"discord.js": "^14.0.0"
},
"dependencies": {
"@google-cloud/speech": "^7.2.0",
"@google-cloud/text-to-speech": "^6.2.0",
"axios": "^1.11.0",
"canvas": "^3.2.0",
"chalk": "^5.6.0",
"chokidar": "^3.5.3",
"cli-table3": "^0.6.5",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.5",
"i18next": "^25.4.0",
"i18next-fs-backend": "^2.6.0",
"js-yaml": "^4.1.0",
"kazagumo": "^3.3.0",
"mongodb": "^6.3.0",
"node-fetch": "^3.3.2",
"openai": "^5.13.1",
"rss-parser": "^3.13.0",
"shoukaku": "^4.1.1",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7",
"winston": "^3.17.0"
},
"devDependencies": {
"@types/crypto-js": "^4.1.1",
"@types/js-yaml": "^4.0.5",
"@types/node": "^20.10.0",
"cpx": "^1.5.0",
"discord.js": "^14.14.1",
"rimraf": "^4.4.1",
"typescript": "^5.2.2"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=8.0.0"
},
"publishConfig": {
"access": "public"
}
}