{
  "name": "@usercentrics/cmp-web-sdk",
  "version": "1.0.0-alpha.0",
  "source": "src/WebSdk.lib.ts",
  "main": "dist/main.js",
  "module": "dist/module.js",
  "types": "dist/types.d.ts",
  "author": "Usercentrics GmbH",
  "homepage": "https://usercentrics.com/docs/web/implementation/sdk/",
  "license": "SEE LICENSE IN LICENSE.md",
  "keywords": [
    "usercentrics",
    "cmp",
    "consent",
    "privacy",
    "gdpr",
    "tcf",
    "ccpa",
    "web",
    "browser",
    "sdk"
  ],
  "scripts": {
    "analyze": "parcel build --detailed-report --reporter @parcel/reporter-bundle-analyzer",
    "build": "rimraf -rf dist && yarn build:sdk",
    "build:sdk": "SDK_VERSION=$npm_package_version yarn parcel:clear && parcel build --no-source-maps",
    "compress": "ts-node scripts/buildSdkPackage.ts && yarn pack --out dist/sdk.tgz",
    "watch": "parcel watch",
    "lint": "eslint 'src/**/*.ts' --max-warnings 0 --fix",
    "check": "tsc --noEmit",
    "test": "jest",
    "version": "echo $npm_package_version",
    "ci:test": "yarn lint && yarn check && yarn test",
    "ci": "yarn ci:test && yarn build"
  },
  "dependencies": {
    "@iabgpp/cmpapi": "file:deps/iab.gpp.cmpapi.tgz",
    "@iabtechlabtcf/cmpapi": "file:iab.tcf.cmpapi.tgz",
    "@iabtechlabtcf/core": "file:deps/iab.tcf.core.tgz",
    "@usercentrics/cmp-web-api-cmp-server": "file:deps/api.cmp.lib.tgz",
    "@usercentrics/cmp-web-shared": "file:deps/shared.tgz",
    "crypto-js": "^4.2.0",
    "uuid": "^10.0.0"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^6.6.3",
    "@types/crypto-js": "^4.2.2",
    "@types/lodash": "^4.17.13",
    "@types/node": "^20.17.6",
    "@types/uuid": "^10.0.0",
    "jest-environment-jsdom": "^29.7.0",
    "lodash": "^4.17.21",
    "mockdate": "^3.0.5"
  },
  "files": [
    "dist",
    "deps"
  ],
  "sideEffects": [
    "index.ts"
  ],
  "installConfig": {
    "hoistingLimits": "none"
  }
}