{
  "name": "x402-cfo",
  "version": "0.5.0",
  "description": "Spend control plane for autonomous agent payments. Anomaly detection (enforce/review/off), multi-agent budget pools with fleet policy inheritance, event sink for future hosted integration, and proof metrics. Zero dependencies.",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "scripts": {
    "build": "tsc",
    "demo": "tsx examples/demo.ts",
    "test": "node --test --import tsx tests/budget.test.ts tests/policy.test.ts tests/controller.test.ts tests/events.test.ts tests/storage.test.ts tests/advanced.test.ts tests/integrations.test.ts tests/anomaly.test.ts tests/pool.test.ts tests/router.test.ts tests/forecast.test.ts tests/network.test.ts tests/anomaly-mode.test.ts tests/sink.test.ts tests/fleet-policy.test.ts",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "x402",
    "402",
    "ai-agent",
    "agent",
    "budget",
    "payments",
    "stablecoin",
    "USDC",
    "financial-controller",
    "agentic",
    "coinbase",
    "cfo",
    "ledger",
    "analytics",
    "langchain",
    "crewai",
    "mcp",
    "model-context-protocol",
    "onchain",
    "base",
    "web3",
    "defi",
    "spend-control",
    "fleet"
  ],
  "author": "Tiguri GmbH",
  "homepage": "https://upn-130guthub.github.io/x402-cfo/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Upn-130guthub/x402-cfo.git"
  },
  "bugs": {
    "url": "https://github.com/Upn-130guthub/x402-cfo/issues"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^24.5.2",
    "tsx": "^4.20.5",
    "typescript": "^5.9.2"
  }
}
