{
  "name": "@securecall/client-webex",
  "version": "2.1.1",
  "description": "SecureCall Webex Client Widgets",
  "author": "SecurePII Pty Ltd",
  "license": "SEE LICENSE IN LICENSE.txt",
  "keywords": [
    "securecall",
    "securepii",
    "pci"
  ],
  "publishConfig": {
    "access": "public"
  },
  "types": "dist/types/index.d.ts",
  "jsdelivr": "dist/bundle.js",
  "unpkg": "dist/bundle.js",
  "repository": {
    "type": "git",
    "url": "https://bitbucket.org/securepii/sc-client-webex.git"
  },
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "stencil build && rollup --config ./rollup/config.bundle.mjs",
    "test": "stencil test --spec",
    "serve": "http-server --port 8082"
  },
  "devDependencies": {
    "@stencil/core": "4.36.3",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.13.5",
    "@uuip/unified-ui-platform-sdk": "^1.3.28",
    "@wxcc-desktop/sdk": "^2.0.3",
    "@wxcc-desktop/sdk-types": "^1.0.15",
    "jest": "^29.7.0",
    "jest-cli": "^29.7.0",
    "puppeteer": "^24.3.0",
    "rollup": "^4.44.0",
    "minimatch": "10.0.1",
    "@securecall/client-api": "^1.2",
    "@securecall/client-component": "^1.3"
  }
}
