shadow-core
Version:
A modular core framework for Discord bot development, providing commands, buttons, menus, middleware, and more.
64 lines (63 loc) • 1.76 kB
JSON
{
"name": "shadow-core",
"version": "0.4.1",
"description": "A modular core framework for Discord bot development, providing commands, buttons, menus, middleware, and more.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"shadow-core": "dist/cli/cli.js"
},
"documentation": "https://docs.shadowdevelopment.net/shadowcore",
"scripts": {
"build": "tsc",
"postbuild": "node ./scripts/add-shebang.js",
"prepublishOnly": "npm run build",
"test": "echo \"No tests configured yet\" && exit 0",
"type-check": "tsc --noEmit",
"prepare": "npm run build",
"lint": "eslint",
"postinstall": "echo '✅ ShadowCore installed successfully!'"
},
"author": "GreyShows (Shadows-Development)",
"license": "GPL-3.0",
"keywords": [
"discord",
"bot-framework",
"typescript",
"discord.js",
"shadowcore",
"bot-development"
],
"repository": {
"type": "git",
"url": "https://github.com/GreyDevOps/shadow-core.git"
},
"bugs": {
"url": "https://github.com/GreyDevOps/shadow-core/issues"
},
"homepage": "https://github.com/GreyDevOps/shadow-core",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"axios": "^1.8.1",
"commander": "^13.1.0",
"discord.js": "^14.8.0",
"glob": "^11.0.1",
"inquirer": "^12.5.0"
},
"devDependencies": {
"@eslint/js": "^9.23.0",
"@types/axios": "^0.14.4",
"@types/commander": "^2.12.0",
"@typescript-eslint/eslint-plugin": "^8.27.0",
"@typescript-eslint/parser": "^8.27.0",
"eslint": "^9.23.0",
"eslint-define-config": "^2.1.0",
"globals": "^16.0.0",
"install": "^0.13.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.0",
"typescript-eslint": "^8.27.0"
}
}