{
  "name": "@trucore/openclaw-atf",
  "version": "0.2.4",
  "description": "OpenClaw plugin — ATF transaction firewall tools for autonomous agents: discover, protect, verify, report savings.",
  "license": "MIT",
  "type": "module",
  "main": "index.cjs",
  "files": [
    "src",
    "index.cjs",
    "examples",
    "openclaw.plugin.json",
    "README.md",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/trucore-ai/agent-transaction-firewall.git",
    "directory": "packages/openclaw-atf"
  },
  "homepage": "https://github.com/trucore-ai/agent-transaction-firewall/tree/main/packages/openclaw-atf#readme",
  "bugs": {
    "url": "https://github.com/trucore-ai/agent-transaction-firewall/issues"
  },
  "author": "TruCore AI",
  "funding": "https://trucore.xyz",
  "keywords": [
    "openclaw",
    "agent-firewall",
    "atf",
    "transaction-guardrails",
    "trucore",
    "defi-safety",
    "autonomous-agent",
    "bot-guardrails",
    "receipts",
    "savings-report"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18"
  },
  "openclaw": {
    "extensions": [
      "index.cjs"
    ]
  },
  "peerDependencies": {
    "openclaw": "*"
  },
  "peerDependenciesMeta": {
    "openclaw": {
      "optional": true
    }
  },
  "scripts": {
    "test": "node --test tests/test_tools.mjs",
    "validate": "node tests/test_plugin_package.mjs",
    "check-versions": "python3 ../../scripts/check_openclaw_versions.py",
    "prepublishOnly": "npm run check-versions && npm run validate && npm run test"
  },
  "dependencies": {}
}
