{
  "name": "@optable/web-sdk",
  "main": "./lib/dist/sdk.js",
  "types": "./lib/dist/sdk.d.ts",
  "browser": "./lib/dist/sdk.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Optable/optable-web-sdk.git"
  },
  "homepage": "https://optable.co",
  "license": "SEE LICENSE IN LICENSE",
  "version": "v0.52.0",
  "devDependencies": {
    "@babel/core": "^7.12.3",
    "@babel/plugin-proposal-class-properties": "^7.12.1",
    "@babel/plugin-transform-runtime": "^7.12.1",
    "@babel/preset-env": "^7.12.1",
    "@babel/preset-typescript": "^7.12.1",
    "@types/googletag": "^3.1.3",
    "@types/jest": "^26.0.15",
    "@types/node": "^25.0.3",
    "babel-jest": "^29.7.0",
    "babel-loader": "^8.2.2",
    "core-js": "^3.7.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "jest-localstorage-mock": "^2.4.26",
    "msw": "^2.6.9",
    "prettier": "^3.6.2",
    "shellcheck": "^3.0.0",
    "typescript": "^5.2.2",
    "webpack": "^5.104.1",
    "webpack-cli": "^5.1.4",
    "whatwg-fetch": "^3.6.20"
  },
  "dependencies": {
    "@babel/runtime": "^7.27.0",
    "@optable/web-sdk": "^0.40.0",
    "bowser": "^2.12.1",
    "iab-adcom": "^1.0.6",
    "iab-openrtb": "^1.0.1",
    "js-sha256": "^0.11.0",
    "regenerator-runtime": "^0.13.7"
  },
  "files": [
    "lib/dist/**/*.js",
    "lib/dist/build.json",
    "lib/dist/**/*.d.ts",
    "browser/dist/**/*.js",
    "LICENSE"
  ],
  "scripts": {
    "build": "pnpm build-lib && pnpm build-web",
    "start": "tsc -b browser --watch & webpack --config=./browser/webpack.config.js --mode=development --watch --devtool=source-map",
    "build-lib": "tsc -b lib",
    "build-web": "tsc -b browser && webpack --config=./browser/webpack.config.js",
    "test": "jest",
    "format": "prettier . --write",
    "lint-scripts": "pnpm exec shellcheck scripts/*.sh"
  }
}