{
  "name": "odyssey-spatial-comms",
  "version": "2.0.9",
  "description": "Odyssey Spatial Communications SDK - A powerful and flexible WebRTC-based SDK for spatial audio and video communication, built on top of mediasoup.",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "browser": true,
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "browser": "./dist/index.mjs",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "typecheck": "tsc --noEmit",
    "test": "jest",
    "lint": "eslint src/**/*.ts",
    "lint:fix": "eslint src/**/*.ts --fix",
    "format": "prettier --write \"src/**/*.ts\"",
    "format:check": "prettier --check \"src/**/*.ts\"",
    "prepublishOnly": "npm run typecheck && npm run build",
    "publish:npm": "npm publish --access public",
    "version:patch": "npm version patch",
    "version:minor": "npm version minor",
    "version:major": "npm version major",
    "clean:logs": "node scripts/remove-console-logs.js",
    "deploy": "node scripts/remove-console-logs.js && npm run build && echo '✅ Ready for deployment!'",
    "prepare": "husky"
  },
  "lint-staged": {
    "src/**/*.ts": [
      "prettier --write",
      "eslint --fix"
    ]
  },
  "keywords": [
    "spatial-audio",
    "webrtc",
    "mediasoup",
    "conference",
    "real-time",
    "audio",
    "video",
    "odyssey"
  ],
  "author": "New Game Plus Inc",
  "license": "MIT",
  "dependencies": {
    "@tensorflow/tfjs": "^4.11.0",
    "mediasoup-client": "^3.6.90",
    "socket.io-client": "^4.7.2",
    "stream-chat": "^8.0.0",
    "webrtc-adapter": "^8.2.3"
  },
  "devDependencies": {
    "@types/jest": "^29.0.0",
    "@types/node": "^20.0.0",
    "@typescript-eslint/eslint-plugin": "^8.54.0",
    "@typescript-eslint/parser": "^8.54.0",
    "dotenv": "^17.3.1",
    "eslint": "^9.39.2",
    "globals": "^17.1.0",
    "husky": "^9.1.7",
    "jest": "^29.0.0",
    "lint-staged": "^16.2.7",
    "prettier": "^3.8.1",
    "tsup": "^8.0.0",
    "typescript": "^5.0.0",
    "typescript-eslint": "^8.54.0"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/New-Game-Plus-Inc/odyssey-mediasoup-sdk.git"
  },
  "homepage": "https://github.com/New-Game-Plus-Inc/odyssey-mediasoup-sdk"
}
