{
  "name": "@signaliz/sdk",
  "version": "1.0.103",
  "description": "Signaliz SDK for Campaign OS, core products, Signal Awareness, Signaliz Flow, and reusable managed builds.",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "bin": {
    "signaliz-mcp": "dist/mcp-config.js"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "generate-types": "tsx scripts/generate-types.ts",
    "build": "npm run generate-types && tsup src/index.ts src/mcp-config.ts --format cjs,esm --dts --clean",
    "test": "tsx tests/core-products.test.ts && tsx tests/managed-builds.test.ts && tsx tests/campaign-os.test.ts && tsx tests/campaign-os-cohort-planner.test.ts && tsx tests/campaign-os-agent-alpha-parity.test.ts && tsc --noEmit --strict --skipLibCheck --types node --moduleResolution node --module esnext --target es2022 tests/find-email-types.test.ts tests/managed-builds.test.ts tests/campaign-os.test.ts tests/campaign-os-cohort-planner.test.ts tests/campaign-os-agent-alpha-parity.test.ts && tsx tests/engineer.test.ts",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "signaliz",
    "mcp",
    "company-signals",
    "signal-to-copy",
    "signals-first",
    "campaign-os",
    "signal-awareness",
    "signaliz-flow"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/signaliz/sdk.git"
  },
  "engines": {
    "node": ">=18"
  },
  "dependencies": {},
  "devDependencies": {
    "@types/node": "^24.0.0",
    "openapi-typescript": "^7.4.0",
    "tsup": "^8.0.0",
    "tsx": "^4.19.0",
    "typescript": "^5.3.0"
  }
}
