{
  "name": "@ruben40000/slash-command-loader",
  "version": "2.0.2",
  "type": "module",
  "description": "Simple and easy to use slash command loader for complex json structures.",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "tsc && node dist/__tests__/runner",
    "prepublishOnly": "tsc && npm run docs",
    "docs": "typedoc src/index.ts"
  },
  "keywords": [],
  "author": "ruben40000",
  "license": "ISC",
  "devDependencies": {
    "@discordjs/rest": "^1.0.1",
    "@types/node": "^18.6.3",
    "discord.js": "^14.1.2",
    "gen-esm-wrapper": "^1.1.3",
    "typescript": "^4.7.4"
  }
}
