@gary50613/discord.js-command-handler
Version:
simple discord.js v13 command handler
42 lines (41 loc) • 943 B
JSON
{
"name": "@gary50613/discord.js-command-handler",
"version": "3.0.1",
"description": "simple discord.js v13 command handler",
"main": "src/index.js",
"types": "types/index.d.ts",
"directories": {
"test": "test"
},
"engines": {
"node": ">=16.x"
},
"scripts": {
"build": "npm i --save-dev",
"test": "cd test && node index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gary50613/discordjs-command-handler.git"
},
"keywords": [
"discord.js",
"discordjs",
"command",
"ratelimit",
"handler",
"interaction",
"slash"
],
"author": "Gary50613",
"license": "ISC",
"bugs": {
"url": "https://github.com/Gary50613/discordjs-command-handler/issues"
},
"homepage": "https://github.com/Gary50613/discordjs-command-handler#readme",
"devDependencies": {
"@types/node": "^14.17.3",
"dotenv": "^10.0.0",
"discord.js": "13.1.0"
}
}