{
  "name": "@openqoe/sdk",
  "version": "1.2.0",
  "description": "Production-grade video QoE/QoS observability SDK for web players",
  "publishConfig": {
    "access": "public",
    "provenance": false
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/openqoe/openqoe-dev.git",
    "directory": "sdk"
  },
  "license": "Apache-2.0",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "test": "jest",
    "test:watch": "jest --watch",
    "lint": "eslint src --ext .ts",
    "type-check": "tsc --noEmit"
  },
  "keywords": [
    "video",
    "qoe",
    "qos",
    "analytics",
    "monitoring",
    "observability",
    "html5",
    "videojs",
    "hlsjs",
    "dashjs",
    "shaka"
  ],
  "author": "openqoe-dev",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^29.0.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.3.0",
    "@types/jest": "^30.0.0",
    "@typescript-eslint/eslint-plugin": "^8.50.1",
    "@typescript-eslint/parser": "^8.50.1",
    "eslint": "^9.39.2",
    "jest": "^30.2.0",
    "rollup": "^4.54.0",
    "ts-jest": "^29.4.6",
    "tslib": "^2.8.1",
    "typescript": "^5.9.3"
  },
  "peerDependencies": {
    "dashjs": ">=5.0.0",
    "hls.js": ">=1.0.0",
    "shaka-player": ">=4.0.0",
    "video.js": ">=8.0.0"
  },
  "peerDependenciesMeta": {
    "hls.js": {
      "optional": true
    },
    "dashjs": {
      "optional": true
    },
    "shaka-player": {
      "optional": true
    },
    "video.js": {
      "optional": true
    }
  }
}