{
  "name": "@skyway-sdk/sfu-api-client",
  "version": "1.4.8",
  "description": "The official Next Generation JavaScript SDK for SkyWay",
  "homepage": "https://skyway.ntt.com/",
  "repository": {
    "type": "git",
    "url": "https://github.com/skyway/js-sdk.git"
  },
  "license": "MIT",
  "author": "NTT Communications Corp.",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "LICENSE"
  ],
  "scripts": {
    "build": "cp -r ../../bundler ./ && zx ./bundler/private.mjs && rm -rf ./bundler",
    "compile": "npm run compile:tsc && npm run compile:esbuild",
    "compile:tsc": "rm -rf dist && tsc -p tsconfig.build.json",
    "compile:esbuild": "esbuild src/index.ts --bundle --format=esm --target=es6 --outfile=dist/index.mjs",
    "e2e": "karma start ./karma.e2e.js --single-run --browsers chrome_headless_with_fake_device",
    "e2e:dev": "karma start ./karma.e2e.js --browsers chrome_with_fake_device",
    "format": "eslint ./src --fix",
    "lint": "eslint ./src --fix",
    "graph": "dependency-cruiser --include-only '^src' --output-type dot src | dot -T svg > docs/dependencygraph.svg",
    "pre:test": "cd ../../ && npm run build && cd packages/core",
    "publish:npm": "npx can-npm-publish --verbose && npm run build && npm publish --access public",
    "type": "tsc --noEmit -p ./tsconfig.json",
    "watch": "npm-run-all --parallel watch:tsc watch:esbuild",
    "watch:esbuild": "esbuild src/index.ts --bundle --watch --format=esm --target=es6 --outfile=dist/index.mjs",
    "watch:tsc": "tsc -p tsconfig.build.json -w"
  },
  "dependencies": {
    "@skyway-sdk/common": "^1.4.8",
    "mediasoup-client": "^3.6.52"
  },
  "devDependencies": {},
  "keywords": [
    "webrtc",
    "skyway",
    "conferencing",
    "sfu"
  ]
}
