{
  "name": "@aporthq/aport-agent-guardrails",
  "version": "1.0.27",
  "description": "Policy enforcement guardrails for OpenClaw-compatible agent frameworks",
  "workspaces": [
    "packages/*",
    "extensions/openclaw-aport"
  ],
  "bin": {
    "aport-agent-guardrails": "bin/agent-guardrails",
    "agent-guardrails": "bin/agent-guardrails",
    "aport": "bin/openclaw",
    "aport-guardrail": "bin/aport-guardrail.sh"
  },
  "scripts": {
    "test": "make test",
    "install": "([ -f Makefile ] && make install) || true",
    "server": "node src/server/index.js",
    "dev": "node --watch src/server/index.js",
    "sync-submodules": "git submodule update --init --recursive",
    "sync-submodules:latest": "git submodule update --init --remote --recursive",
    "changeset": "changeset",
    "version": "CI=1 changeset version && node scripts/sync-version.mjs",
    "sync-version": "node scripts/sync-version.mjs",
    "prepush:check": "bash scripts/pre-push-check.sh",
    "build": "npm run build:core && npm run build --workspaces --if-present",
    "build:core": "npm run build -w @aporthq/aport-agent-guardrails-core",
    "release:version": "npm run version",
    "prepublishOnly": "npm run build 2>/dev/null || true"
  },
  "keywords": [
    "openclaw",
    "ironclaw",
    "aport",
    "agent",
    "security",
    "authorization",
    "policy",
    "guardrails",
    "pre-action",
    "ai-agent"
  ],
  "author": "APort Technologies Inc.",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aporthq/aport-agent-guardrails.git"
  },
  "files": [
    "bin/",
    "python/aport_guardrails/core/tool-pack-mapping.json",
    "src/",
    "extensions/",
    "external/",
    "templates/",
    "policies/",
    "skills/",
    "docs/",
    "LICENSE",
    "README.md"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "devDependencies": {
    "@changesets/cli": "^2.27.0",
    "@types/node": "^20.0.0",
    "typescript": "^5.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
