{
  "name": "cdp-edge",
  "version": "2.6.1",
  "description": "CDP Edge - Quantum Tracking - Sistema multi-agente para tracking digital Cloudflare Native (Workers + D1)",
  "main": "dist/index.js",
  "type": "module",
  "bin": {
    "cdp-edge": "./bin/cdp-edge.js",
    "pb": "./bin/cdp-edge.js"
  },
  "files": [
    "bin",
    "dist",
    "templates",
    "contracts",
    "extracted-skill",
    "server-edge-tracker",
    "scripts/build-sdk.js",
    "docs",
    "README.md"
  ],
  "scripts": {
    "prepare": "node build.js",
    "build": "node build.js",
    "dev": "node build.js --watch",
    "test": "node test.js",
    "test:unit": "node tests/unit/normalization.test.js && node tests/unit/hashing.test.js && node tests/unit/deduplication.test.js && node tests/unit/payload-validation.test.js && node tests/unit/new-features.test.js && node tests/unit/utils.test.js && node tests/unit/contracts.test.js",
    "test:unit:normalize": "node tests/unit/normalization.test.js",
    "test:unit:hash": "node tests/unit/hashing.test.js",
    "test:unit:dedup": "node tests/unit/deduplication.test.js",
    "test:unit:payload": "node tests/unit/payload-validation.test.js",
    "test:unit:utils": "node tests/unit/utils.test.js",
    "test:all": "npm run test:unit",
    "test:integration": "cd tests/integration && npx vitest run",
    "agents:check": "node scripts/validate-agents.js",
    "agents:sync": "node scripts/sync-agents.js",
    "agents:sync:list": "node scripts/sync-agents.js --list",
    "agents:sync:all": "node scripts/sync-agents.js --apply-all",
    "sdk:build": "node scripts/build-sdk.js",
    "sdk:build:debug": "node scripts/build-sdk.js --debug",
    "typecheck": "tsc --noEmit"
  },
  "keywords": [
    "pixel",
    "tracking",
    "meta",
    "caut",
    "capi",
    "tiktok",
    "ga4",
    "cloudflare",
    "workers",
    "d1",
    "analytics",
    "conversion",
    "server-side"
  ],
  "author": "CDP Edge",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ricardosoli777/CDP-Edge-Premium.ts"
  },
  "bugs": {
    "url": "https://github.com/ricardosoli777/CDP-Edge-Premium.ts/issues"
  },
  "homepage": "https://github.com/ricardosoli777/CDP-Edge-Premium.ts#readme",
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "chalk": "^5.3.0",
    "commander": "^14.0.3",
    "inquirer": "^13.4.2",
    "ora": "^9.4.0"
  },
  "devDependencies": {
    "@cloudflare/workers-types": "^4.20260425.1",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/commit-analyzer": "^13.0.1",
    "@semantic-release/github": "^12.0.6",
    "@semantic-release/npm": "^13.1.5",
    "@semantic-release/release-notes-generator": "^14.1.0",
    "@types/node": "^25.6.0",
    "esbuild": "^0.28.0",
    "semantic-release": "^25.0.3",
    "typescript": "^6.0.3"
  }
}
