{
  "name": "@4players/odin",
  "version": "1.6.2",
  "description": "A cross-platform SDK enabling developers to integrate real-time VoIP chat technology into their projects",
  "author": "Josho Bleicker <josho.bleicker@4players.io> (https://www.4players.io)",
  "homepage": "https://www.4players.io",
  "repository": {
    "type": "git",
    "url": "https://github.com/4Players/odin-sdk-web.git"
  },
  "keywords": [
    "audio",
    "odin",
    "sdk",
    "opus",
    "client",
    "rtc",
    "voice",
    "voip"
  ],
  "private": false,
  "license": "ISC",
  "main": "./lib/cjs/index.js",
  "module": "./lib/esm/index.js",
  "types": "./lib/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./lib/esm/index.js",
      "require": "./lib/cjs/index.js"
    }
  },
  "scripts": {
    "build": "tsc -b ./tsconfig.cjs.json ./tsconfig.esm.json",
    "bundle": "npm run build && tsx ./esbuild.config.ts",
    "docs": "typedoc src/index.ts --json docs/api.json --excludeExternals --excludePrivate",
    "format": "prettier 'src/**/*.ts' --write",
    "lint": "eslint ."
  },
  "engines": {
    "node": ">=14"
  },
  "dependencies": {
    "@4players/odin-common": "~11.0.0",
    "@4players/odin-plugin-web": "^1.9.2"
  },
  "devDependencies": {
    "esbuild": "~0.27.0",
    "eslint": "~9.39.4",
    "neostandard": "~0.13.0",
    "prettier": "~3.8.0",
    "tslib": "~2.8.0",
    "tsx": "~4.21.0",
    "typedoc": "~0.28.18",
    "typescript": "~5.6.0",
    "typescript-eslint": "~8.57.2"
  }
}
