nhandler
Version:
The easy to use, all-in-one command, event and component handler.
37 lines • 898 B
JSON
{
"name": "nhandler",
"version": "4.3.0",
"description": "The easy to use, all-in-one command, event and component handler.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/NorteX-dev/nhandler",
"keywords": [
"discord",
"handler",
"commands",
"discordjs",
"discord.js",
"commandhandler"
],
"author": "NorteX",
"license": "ISC",
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@nortex/pretty-zod-error": "^2.0.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.1.0",
"discord-api-types": "^0.37.84",
"dotenv": "^16.4.5",
"js-yaml": "^4.1.0",
"prettier": "^3.0.3",
"typescript": "^5.4.5",
"zod": "^3.22.4"
},
"dependencies": {
"discord.js": "^14.15.2"
},
"scripts": {
"test": "nodemon examples/test/index.ts",
"build": "tsc"
}
}