{
  "name": "typecord",
  "version": "0.4.0",
  "description": "A discord HTTP Interaction library for bots.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "xiboon",
  "license": "MIT",
  "dependencies": {
    "discord-api-types": "^0.37.56",
    "discord-verify": "^1.2.0",
    "fastify": "^4.23.2"
  },
  "devDependencies": {
    "@types/node": "^20.6.1",
    "@typescript-eslint/eslint-plugin": "^6.7.0",
    "@typescript-eslint/parser": "^6.7.0",
    "eslint": "^8.49.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-prettier": "^5.0.0",
    "prettier": "^3.0.3"
  },
  "type": "module",
  "repository": {
    "url": "git+https://github.com/xiboon/typecord.git"
  }
}
