UNPKG

@nortex/handler

Version:

The easy to use, all-in-one command and event handler.

31 lines (30 loc) 615 B
{ "name": "@nortex/handler", "version": "7.5.2", "description": "The easy to use, all-in-one command and event handler.", "main": "out/index.js", "module": "out/esm/index.js", "scripts": { "test": "nodemon test/index.ts" }, "repository": "https://github.com/NorteX-dev/Handler", "keywords": [ "discord", "handler", "commands", "discordjs", "discord.js", "commandhandler" ], "author": "NorteX", "license": "ISC", "types": "out/index.d.ts", "devDependencies": { "dotenv": "^10.0.0", "prettier": "^2.5.1", "typescript": "^5.0.2" }, "dependencies": { "discord.js": "^14.13.0" } }