{
  "name": "rx-discord-client",
  "version": "1.0.11",
  "description": "Reactive client for receiving discord server messages",
  "keywords": [
    "discord",
    "reactive",
    "rxjs",
    "ws",
    "discord-client",
    "selfcore"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/MathijsBlok/rx-discord-client"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "prepack": "tsc",
    "build": "tsc"
  },
  "author": "Mathijs Blok",
  "license": "MIT",
  "dependencies": {
    "rxjs": "^7.8.0",
    "ws": "^8.12.0"
  },
  "devDependencies": {
    "@types/node": "^18.11.18",
    "@types/ws": "^8.5.4",
    "dotenv": "^16.0.3",
    "typescript": "^4.9.4"
  }
}
