{
  "name": "@fishjam-cloud/js-server-sdk",
  "version": "0.17.1",
  "description": "Fishjam server SDK for JavaScript",
  "homepage": "https://github.com/fishjam-cloud/js-server-sdk",
  "author": "Fishjam Team",
  "repository": {
    "type": "git",
    "url": "https://github.com/fishjam-cloud/js-server-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/fishjam-cloud/js-server-sdk/issues"
  },
  "license": "Apache-2.0",
  "keywords": [
    "webrtc",
    "fishjam",
    "server",
    "membrane"
  ],
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "exports": {
    ".": "./dist/index.js",
    "./proto": "./dist/proto.js"
  },
  "scripts": {
    "build": "tsup --dts-resolve",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "typecheck": "tsc --noEmit",
    "lint": "eslint . --fix",
    "lint:check": "eslint . "
  },
  "tsup": {
    "entry": [
      "src/index.ts",
      "src/proto.ts"
    ],
    "noExternal": [
      "fishjam-openapi",
      "fishjam-proto"
    ],
    "minify": false,
    "format": [
      "cjs",
      "esm"
    ],
    "outDir": "dist"
  },
  "dependencies": {
    "axios": "^1.7.9",
    "websocket": "^1.0.35"
  },
  "devDependencies": {
    "@fishjam-cloud/fishjam-openapi": "0.17.1",
    "@fishjam-cloud/fishjam-proto": "0.17.1",
    "@openapitools/openapi-generator-cli": "^2.18.4",
    "@types/node": "^22.13.16",
    "@types/websocket": "^1.0.10",
    "tsup": "^8.4.0",
    "typed-emitter": "^2.1.0"
  }
}