djs-commander
Version:
A command and event handler that works seamlessly with Discord.js
36 lines (35 loc) • 827 B
JSON
{
"name": "djs-commander",
"version": "0.0.50",
"description": "A command and event handler that works seamlessly with Discord.js",
"types": "./index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
}
},
"scripts": {
"build": "rm -rf dist && tsup src/index.ts --format cjs,esm --clean",
"watch": "yarn build --watch src",
"prepublishOnly": "yarn build"
},
"repository": {
"type": "git",
"url": "https://github.com/notunderctrl/djs-commander"
},
"homepage": "https://djs-commander.underctrl.io",
"keywords": [
"discord.js",
"command",
"handler",
"events",
"validations"
],
"devDependencies": {
"discord.js": "^14.7.1",
"tsup": "^6.6.0",
"typescript": "^4.9.5",
"winston": "^3.8.2"
}
}