{
  "name": "playerioclient",
  "version": "1.0.7",
  "description": "A wrapper that sends requests and connects to PlayerIO via HTTP and WS respectively.",
  "homepage": "https://github.com/doomestee/PlayerIOClient.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/doomestee/PlayerIOClient.js.git"
  },
  "exports": {
    "types": "./esm/index.js",
    "import": "./esm/index.js",
    "require": "./cm/index.js"
  },
  "keywords": [
    "PlayerIO",
    "JavaScript"
  ],
  "author": "Doomester",
  "license": "MIT",
  "dependencies": {
    "iconv-lite": "^0.6.3",
    "isomorphic-ws": "^5.0.0",
    "tslib": "~2.8.1",
    "ws": "^8.13.0"
  },
  "devDependencies": {
    "@types/node": "^20.10.0",
    "@types/ws": "^8.5.10",
    "assert": "^2.1.0",
    "browserify-zlib": "^0.2.0",
    "buffer": "^6.0.3",
    "cross-env": "~7.0.3",
    "dotenv": "^16.3.1",
    "npm-run-all": "^4.1.5",
    "process": "^0.11.10",
    "rimraf": "^5.0.5",
    "stream-browserify": "^3.0.0",
    "typescript": "^5.3.2",
    "webpack": "~5.97.1",
    "webpack-cli": "~6.0.1"
  },
  "scripts": {
    "test": "node ./test/index.js",
    "build": "rimraf esm cm && tsc -p tsconfig-cm.json & tsc -p tsconfig-esm.json",
    "browsify": "rimraf browser && npm-run-all -p browsify-*",
    "browsify-prod": "cross-env NODE_ENV=production webpack --mode=production",
    "browsify-dev": "cross-env NODE_ENV=development webpack --mode=development"
  }
}