@beni69/cmd
Version:
The command handler from my discord bot
44 lines (43 loc) • 1.13 kB
JSON
{
"name": "@beni69/cmd",
"version": "2.0.0",
"description": "The command handler from my discord bot",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "tsc",
"dev": "tsc -w",
"jsdoc": "jsdoc -c jsdoc.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/beni69/discord-cmd.git"
},
"keywords": [
"discord",
"discordjs",
"karesz"
],
"author": "Beni69",
"license": "LGPL-2.1",
"bugs": {
"url": "https://github.com/beni69/discord-cmd/issues"
},
"homepage": "https://github.com/beni69/discord-cmd#readme",
"dependencies": {
"discord.js": "^13.4.0",
"mongoose": "^5.12.0",
"ms": "^2.1.3",
"readdirp": "^3.5.0",
"yargs-parser": "^20.2.7"
},
"devDependencies": {
"@types/mongoose": "^5.10.3",
"@types/ms": "^0.7.31",
"@types/node": "^14.14.32",
"@types/yargs-parser": "^20.2.0",
"jsdoc": "^3.6.6",
"ts-node": "^9.1.1",
"typescript": "^4.2.3"
}
}