{
  "name": "@xhayper/discord-rpc",
  "version": "1.2.2",
  "description": "a fork of discordjs/RPC",
  "main": "dist/index.js",
  "author": "xhayper",
  "license": "ISC",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xhayper/discord-rpc.git"
  },
  "bugs": {
    "url": "https://github.com/xhayper/discord-rpc/issues"
  },
  "homepage": "https://github.com/xhayper/discord-rpc#readme",
  "keywords": [
    "typescript",
    "discord",
    "ipc",
    "rpc",
    "rich-presence",
    "discord-rpc",
    "discord-ipc"
  ],
  "dependencies": {
    "@discordjs/rest": "^2.5.0",
    "@vladfrangu/async_event_emitter": "^2.4.6",
    "discord-api-types": "^0.37.120",
    "ws": "^8.18.2"
  },
  "devDependencies": {
    "@sapphire/ts-config": "^5.0.1",
    "@types/node": "^18",
    "@types/ws": "^8.18.1",
    "rimraf": "^6.0.1",
    "typescript": "^5.8.3"
  },
  "engines": {
    "node": ">=18.20.7"
  },
  "scripts": {
    "build": "rimraf dist && tsc"
  }
}