a-djs-handler
Version:
Simple command handler for discord.js v13.
63 lines (62 loc) • 1.62 kB
JSON
{
"name": "a-djs-handler",
"version": "5.1.2",
"description": "Simple command handler for discord.js v13.",
"main": "lib/index.js",
"scripts": {
"lint": "eslint src --ext js,ts",
"test": "jest --passWithNoTests",
"lint:fix": "eslint src --fix --ext js,ts",
"build": "tsc",
"docs": "typedoc src/index.ts",
"test:bot": "ts-node --transpile-only test/client/index.ts",
"release": "standard-version"
},
"tsd": {
"directory": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/xMooddyy/ah-djs-handler"
},
"keywords": [
"discord",
"discord.js",
"prompts",
"handler",
"command handler",
"djs",
"discord"
],
"author": "xmooddyy",
"license": "MIT",
"dependencies": {
"@discordjs/rest": "^1.3.0",
"discord-api-types": "^0.37.19",
"discord.js": "^14.6.0",
"lodash.snakecase": "^4.1.1",
"tslib": "^2.4.0",
"validator": "^13.7.0",
"yargs": "^17.5.1"
},
"devDependencies": {
"@types/jest": "^28.1.6",
"@types/lodash.snakecase": "^4.1.7",
"@types/validator": "^13.7.4",
"@types/yargs": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"eslint": "^8.20.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"jest": "^28.1.3",
"standard-version": "^9.5.0",
"ts-jest": "^28.0.7",
"tsup": "^6.1.3",
"typedoc": "^0.23.8",
"typescript": "^4.7.4"
},
"engines": {
"node": ">=16.6.0"
}
}