{
  "name": "discord-http-interactions",
  "version": "1.6.4",
  "description": "A JS library to use Discord without the Bot Gateway using HTTP interactions",
  "main": "built/index.js",
  "scripts": {
    "build": "tsc --build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TenDRILLL/discord-http-interactions.git"
  },
  "author": "Ten#0010",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/TenDRILLL/discord-http-interactions/issues"
  },
  "homepage": "https://github.com/TenDRILLL/discord-http-interactions#readme",
  "dependencies": {
    "@discordjs/rest": "^1.4.0",
    "@types/node": "^18.11.9",
    "axios": "^1.2.3",
    "discord-api-types": "^0.37.43",
    "discord-interactions": "^3.2.0",
    "express": "^4.18.2",
    "typescript": "^4.8.4"
  }
}
