{
  "name": "discord-remote-auth",
  "version": "2.0.2",
  "description": "Socket wrapper for discord's remote auth gateway",
  "main": "src/index.js",
  "types": "src/index.d.ts",
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Vap0r1ze/discord-remote-auth.git"
  },
  "keywords": [
    "api",
    "auth",
    "code",
    "discord",
    "qr",
    "qrcode",
    "remote"
  ],
  "author": "Vap0r1ze",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Vap0r1ze/discord-remote-auth/issues"
  },
  "homepage": "https://github.com/Vap0r1ze/discord-remote-auth",
  "dependencies": {
    "colorette": "^1.1.0",
    "eventemitter3": "^4.0.0",
    "node-fetch": "^2.6.7",
    "ws": "^7.2.1"
  }
}
