{
  "name": "@theoplayer/conviva-connector-web",
  "version": "3.3.1",
  "description": "A connector implementing Conviva for web.",
  "type": "module",
  "main": "dist/conviva-connector.umd.js",
  "homepage": "https://github.com/THEOplayer/web-connectors/tree/main/conviva#readme",
  "module": "dist/conviva-connector.esm.js",
  "types": "dist/types/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/conviva-connector.esm.js",
      "require": "./dist/conviva-connector.umd.js"
    },
    "./dist/*": "./dist/*",
    "./package": "./package.json",
    "./package.json": "./package.json"
  },
  "scripts": {
    "clean": "rimraf lib dist",
    "bundle": "rollup -c rollup.config.mjs",
    "watch": "npm run bundle -- --watch",
    "build": "npm run clean && npm run bundle",
    "serve": "http-server ./.. -o /conviva/test/pages/",
    "test": "npm run test:typecheck && npm run test:unit",
    "test:typecheck": "tsc --project . --noEmit",
    "test:unit": "vitest --run"
  },
  "author": "THEO Technologies NV",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/THEOplayer/web-connectors.git",
    "directory": "conviva"
  },
  "bugs": {
    "url": "https://github.com/THEOplayer/web-connectors/issues"
  },
  "license": "MIT",
  "files": [
    "dist/",
    "CHANGELOG.md",
    "README.md",
    "LICENSE.md",
    "package.json"
  ],
  "peerDependencies": {
    "@convivainc/conviva-js-coresdk": "^4.7.4",
    "@theoplayer/yospace-connector-web": "^2.1.2 || ^3",
    "theoplayer": "^8.12.0 || ^9 || ^10 || ^11"
  },
  "peerDependenciesMeta": {
    "@theoplayer/yospace-connector-web": {
      "optional": true
    }
  },
  "devDependencies": {
    "@convivainc/conviva-js-coresdk": "^4.8.0"
  }
}
