{
  "name": "@cross-deck/web",
  "version": "1.14.2",
  "description": "Crossdeck SDK for browsers and Node.js \u2014 verified subscriptions, entitlements, and product telemetry in one client.",
  "license": "MIT",
  "homepage": "https://cross-deck.com/docs/web-sdk/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Crossdeckhq/crossdeck-web.git"
  },
  "bugs": {
    "url": "https://github.com/Crossdeckhq/crossdeck-web/issues"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "unpkg": "./dist/crossdeck.umd.min.js",
  "jsdelivr": "./dist/crossdeck.umd.min.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./consent": {
      "types": "./dist/consent.d.ts",
      "import": "./dist/consent.mjs",
      "require": "./dist/consent.cjs"
    },
    "./react": {
      "types": "./dist/react.d.ts",
      "import": "./dist/react.mjs",
      "require": "./dist/react.cjs"
    },
    "./vue": {
      "types": "./dist/vue.d.ts",
      "import": "./dist/vue.mjs",
      "require": "./dist/vue.cjs"
    },
    "./error-codes.json": "./dist/error-codes.json",
    "./contracts.json": "./dist/contracts.json",
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "sideEffects": false,
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "build": "node scripts/emit-bundled-contracts.mjs && tsup && node scripts/emit-error-codes.mjs && node scripts/emit-contracts.mjs",
    "build:watch": "tsup --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "lint": "tsc --noEmit",
    "size": "node scripts/check-bundle-size.mjs",
    "test:e2e": "playwright test",
    "test:e2e:headed": "playwright test --headed",
    "test:e2e:debug": "playwright test --debug",
    "prepublishOnly": "node scripts/guard-ci-publish.mjs"
  },
  "peerDependencies": {
    "react": ">=18",
    "vue": ">=3.4"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    },
    "vue": {
      "optional": true
    }
  },
  "devDependencies": {
    "@playwright/test": "^1.59.1",
    "@types/node": "^20.14.0",
    "@types/react": "^18.3.0",
    "@vitest/coverage-v8": "^2.1.9",
    "jsdom": "^29.1.1",
    "react": "^18.3.0",
    "tsup": "^8.3.5",
    "typescript": "^5.6.3",
    "vitest": "^2.1.9",
    "vue": "^3.4.0"
  },
  "keywords": [
    "subscriptions",
    "entitlements",
    "telemetry",
    "stripe",
    "apple",
    "google-play",
    "saas",
    "revenue"
  ]
}
