{
  "name": "jag-cmd-handler",
  "version": "1.0.0-dev.4",
  "description": "An advanced djs 14 command handler.",
  "main": "lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "npx tsc",
    "build:full": "npm run build && npm run docsgen",
    "lint": "eslint ./src --ext .ts",
    "docsgen": "typedoc --plugin typedoc-plugin-markdown --out docs src/"
  },
  "author": "JAGUARAVI",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JAGUARAVI/JagCmdHandler.git"
  },
  "license": "GPL-3.0-or-later",
  "dependencies": {
    "chalk": "^4.1.2",
    "discord.js": "^14.0.0-dev.1646654941.b162f27",
    "moment": "^2.29.1",
    "pretty-ms": "^7.0.1"
  },
  "devDependencies": {
    "@types/node": "^16.4.13",
    "@typescript-eslint/eslint-plugin": "^4.33.0",
    "@typescript-eslint/parser": "^4.33.0",
    "eslint": "^7.32.0",
    "typedoc": "^0.22.13",
    "typedoc-plugin-markdown": "^3.11.14",
    "typescript": "^4.3.5"
  }
}
