UNPKG

aoijs-command-manager-v2

Version:

A command manager for aoi.js that handles slash commands with ease.

59 lines 1.51 kB
{ "name": "aoijs-command-manager-v2", "version": "1.0.0", "description": "A command manager for aoi.js that handles slash commands with ease.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "build:dist": "tsc -p tsconfig.json", "build:docs": "typedoc", "test": "jest", "lint": "eslint . --ext .ts", "format": "prettier --write \"src/**/*.ts\"", "prepare": "npm run build", "check-updates": "ncu" }, "keywords": [ "slash-commands-manager", "aoi.js", "aoijs", "slash-commands", "discord-bot", "command-handler" ], "author": "Cyberghxst", "license": "ISC", "dependencies": { "aoi.js": "^6.10.2", "colors": "^1.4.0", "console-table-printer": "^2.11.2", "discord.js": "^14.14.1", "npm-check-updates": "^16.14.19" }, "devDependencies": { "@types/colors": "^1.1.3", "@types/jest": "^29.5.11", "@types/node": "^20.10.5", "@typescript-eslint/eslint-plugin": "^6.15.0", "@typescript-eslint/parser": "^6.15.0", "dotenv": "^16.3.1", "eslint": "^8.56.0", "jest": "^29.7.0", "npm-check-updates": "^16.14.17", "prettier": "^3.1.1", "ts-jest": "^29.1.1", "typedoc": "^0.25.4", "typedoc-material-theme": "^1.0.1", "typescript": "^5.3.3" }, "publishConfig": { "tag": "latest", "access": "public" } }