{
  "name": "@mixpeek/prebid",
  "version": "1.0.3",
  "description": "Mixpeek RTD (Real-Time Data) Adapter for Prebid.js - Privacy-first contextual targeting with sub-100ms performance, ad adjacency awareness, and cookie-free bid enrichment",
  "main": "dist/mixpeekContextAdapter.js",
  "module": "src/modules/mixpeekContextAdapter.js",
  "scripts": {
    "build": "webpack --mode production",
    "build:dev": "webpack --mode development",
    "test": "jest",
    "test:unit": "jest tests/unit",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "test:e2e": "jest tests/e2e --testTimeout=30000",
    "test:live": "jest --config jest.config.live.js",
    "test:live:verbose": "jest --config jest.config.live.js --verbose",
    "test:all": "npm run test:unit && npm run test:e2e && npm run test:live",
    "validate": "node scripts/validate-setup.js",
    "verify": "node scripts/verify-capabilities.js",
    "verify:taxonomy": "node scripts/verify-mixpeek-taxonomy.js",
    "lint": "eslint src/",
    "lint:fix": "eslint src/ --fix",
    "docs": "jsdoc -c jsdoc.json",
    "example": "cd examples/publisher-demo && npm install && npm start"
  },
  "files": [
    "dist/",
    "src/",
    "docs/",
    "examples/",
    "README.md",
    "QUICKSTART.md",
    "CHANGELOG.md",
    "TESTING.md",
    "ENDPOINTS.md",
    "LICENSE"
  ],
  "keywords": [
    "prebid",
    "rtd",
    "real-time-data",
    "contextual",
    "advertising",
    "header-bidding",
    "cookie-free",
    "privacy",
    "mixpeek",
    "ai",
    "multimodal",
    "iab",
    "taxonomy",
    "brand-safety",
    "adjacency"
  ],
  "author": "Mixpeek",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mixpeek/prebid.git"
  },
  "bugs": {
    "url": "https://github.com/mixpeek/prebid/issues"
  },
  "homepage": "https://mixpeek.com",
  "peerDependencies": {
    "prebid.js": ">=6.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.23.0",
    "@babel/preset-env": "^7.23.0",
    "babel-loader": "^9.1.3",
    "eslint": "^8.52.0",
    "eslint-config-standard": "^17.1.0",
    "eslint-plugin-import": "^2.29.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^6.1.1",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "jsdoc": "^4.0.2",
    "webpack": "^5.89.0",
    "webpack-cli": "^5.1.4"
  },
  "dependencies": {},
  "engines": {
    "node": ">=14.0.0"
  }
}

