{
  "name": "@hivekit/client-js",
  "type": "module",
  "version": "1.11.1",
  "description": "The browser/node client for the Hivekit platform and server",
  "main": "src/index-node.js",
  "browser": "dist/hivekit.min.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "node ./node_modules/c8/bin/c8.js ./node_modules/mocha/bin/mocha --experimental-specifier-resolution=node test/",
    "test-only": "mocha --experimental-specifier-resolution=node test/",
    "build-minified": "esbuild src/index-browser.js --bundle --format=esm --minify --outfile=dist/hivekit.min.js",
    "build-unminified": "esbuild src/index-browser.js --bundle --format=esm  --outfile=dist/hivekit.js",
    "build": "npm run build-unminified && npm run build-minified",
    "watch": "esbuild src/index-browser.js --bundle --format=esm --outfile=dist/hivekit.js --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hivekit/hivekit-client-js.git"
  },
  "keywords": [
    "hivekit",
    "javascript",
    "js",
    "node",
    "nodejs",
    "client",
    "websocket",
    "connector"
  ],
  "author": "Hivekit Inc.",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hivekit/hivekit-client-js/issues"
  },
  "homepage": "https://github.com/hivekit/hivekit-client-js#readme",
  "devDependencies": {
    "c8": "^7.10.0",
    "chai": "^4.3.4",
    "esbuild": "^0.14.10",
    "istanbul": "^0.4.5",
    "jsonwebtoken": "^8.5.1",
    "mocha": "^9.1.2",
    "nyc": "^15.1.0"
  },
  "dependencies": {
    "axios": "^1.1.3",
    "nanoid": "^3.1.30",
    "ws": "^8.2.3"
  }
}
