UNPKG

djsify

Version:

A powerful and flexible Discord bot framework for building feature-rich Discord bots with ease. Supports message commands, slash commands, and button interactions.

88 lines (87 loc) 2.14 kB
{ "name": "djsify", "version": "1.7.7", "repository": { "directory": ".", "type": "git", "url": "https://github.com/goataso/djsify.git" }, "author": { "email": "goat@viallance.com", "name": "goataso", "url": "https://github.com/goataso" }, "license": "MIT", "description": "A powerful and flexible Discord bot framework for building feature-rich Discord bots with ease. Supports message commands, slash commands, and button interactions.", "main": "dist/cjs/index.cjs", "module": "dist/esm/index.mjs", "types": "dist/types/index.d.ts", "exports": { ".": { "types": "./dist/types/index.d.ts", "import": { "types": "./dist/types/index.d.ts", "default": "./dist/esm/index.mjs" }, "require": { "types": "./dist/types/index.d.ts", "default": "./dist/cjs/index.cjs" } } }, "type": "module", "bin": { "djs": "./dist/cjs/cli.cjs" }, "keywords": [ "discord", "discord.js", "discord bot", "discord bot framework", "discord development", "djs", "ai", "artificial intelligence", "bot framework", "npm package", "chatbot", "message commands", "slash commands", "button commands", "djsify", "discord API", "automation", "open source", "javascript", "typescript", "bot development", "discord automation", "interactive bot", "command handler", "event handler", "discord integration" ], "scripts": { "build": "rimraf dist && tsc --project tsconfig.cjs.json & tsc && node ../dist/runner.cjs", "build:cjs": "tsc --project tsconfig.cjs.json", "build:esm": "tsc" }, "dependencies": { "chalk": "^5.4.1", "commander": "^13.1.0", "discord.js": "^14.25.1", "dotenv": "^16.4.7", "inquirer": "^12.4.3", "prettier": "^3.5.3" }, "devDependencies": { "@eslint/js": "^9.21.0", "@types/inquirer": "^9.0.7", "@types/node": "^22.13.8", "@types/pacote": "^11.1.8", "eslint": "^9.21.0", "globals": "^16.0.0", "rimraf": "^5.0.5", "typescript": "^5.6.3" } }