{
  "name": "hennus-api",
  "version": "0.6.1-demo",
  "description": "Esta es una libreria para el bot Hennus",
  "main": "app/index.js",
  "types": "typescript/index.d.ts",
  "scripts": {
    "build#Npm": "npm run build#clean && npm publish",
    "build#test": "npm run build#clean-old && tsc --declaration",
    "test": "node Tests",
    "build#clean-old": "rimraf -rf app && npm run build#clean-old-type",
    "build#clean-old-type": "rimraf -rf typescript",
    "build#clean": "npm run build#clean-old && tsup && tsc && npm run clean#build",
    "clean#build": "rimraf typescript/index.js"
  },
  "author": "Hennu's-Dev",
  "contributors": [
    {
      "name": "Oscar-Dev",
      "url": "https://github.com/OscarDev-JS",
      "author": true
    }
  ],
  "license": "ISC",
  "dependencies": {
    "@discordjs/collection": "^1.5.1",
    "@discordjs/rest": "^1.7.1",
    "@discordjs/ws": "^0.8.3",
    "axios": "^1.4.0",
    "discord-api-types": "^0.37.48",
    "eventemitter2": "^6.4.9"
  },
  "devDependencies": {
    "rimraf": "^5.0.1",
    "tsup": "^7.1.0",
    "typescript": "^5.1.6"
  },
  "keywords": [
    "api",
    "discord",
    "bots",
    "typescript",
    "botdev"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Oscar-Dev0/Hennus-Api.git"
  },
  "bugs": {
    "url": "https://github.com/Oscar-Dev0/Hennus-Api"
  }
}
