{
  "name": "qcord",
  "main": "index.js",
  "version": "4.0.1",
  "license": "MIT",
  "description": "A library written to interact with the Discord API via NodeJS",
  "github": "",
  "engines": {
    "node": ">=8.0.0"
  },
  "author": {
    "name": "Questionable"
  },
  "bundleDependencies": false,
  "dependencies": {
    "opusscript": "^0.0.4",
    "tweetnacl": "^1.0.0",
    "ws": "^6.0.0"
  },
  "deprecated": false,
  "keywords": ["api", "discord", "qcord", "discord"],
  "optionalDependencies": {
    "opusscript": "^0.0.4",
    "tweetnacl": "^1.0.0"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}
