{
  "name": "agent-guardrails",
  "version": "0.20.0",
  "mcpName": "io.github.logi-cmd/agent-guardrails",
  "description": "Production guardrails for AI coding agents",
  "type": "module",
  "files": [
    "bin",
    "lib",
    "native",
    "templates",
    "adapters",
    "README.md",
    "LICENSE"
  ],
  "bin": {
    "agent-guardrails": "bin/agent-guardrails.js"
  },
  "scripts": {
    "check": "node ./bin/agent-guardrails.js check",
    "mcp": "node ./bin/agent-guardrails.js mcp",
    "test": "node ./tests/run-tests.js",
    "build:rust-native": "node ./scripts/build-rust-native.js",
    "release:rust-readiness": "node ./scripts/check-rust-release-readiness.js",
    "benchmark": "node ./scripts/run-benchmarks.js",
    "demo": "node ./examples/bounded-scope-demo/scripts/run-demo.mjs all",
    "demo:python-fastapi": "node ./examples/python-fastapi-demo/scripts/run-demo.mjs all",
    "demo:pattern-drift": "node ./examples/pattern-drift-demo/scripts/run-demo.mjs all",
    "demo:interface-drift": "node ./examples/interface-drift-demo/scripts/run-demo.mjs all",
    "demo:boundary-violation": "node ./examples/boundary-violation-demo/scripts/run-demo.mjs all",
    "demo:source-test-relevance": "node ./examples/source-test-relevance-demo/scripts/run-demo.mjs all",
    "smoke:help": "node ./bin/agent-guardrails.js help",
    "smoke:install": "node ./tests/install-smoke.js",
    "smoke:rust-installed": "node ./tests/rust-installed-runtime-smoke.js",
    "plan": "node ./bin/agent-guardrails.js plan --task \"Sample bounded task\"",
    "init:local": "node ./bin/agent-guardrails.js init . --preset node-service"
  },
  "engines": {
    "node": ">=18"
  },
  "author": "logi-cmd",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/logi-cmd/agent-guardrails.git"
  },
  "homepage": "https://github.com/logi-cmd/agent-guardrails#readme",
  "bugs": {
    "url": "https://github.com/logi-cmd/agent-guardrails/issues"
  },
  "keywords": [
    "ai",
    "agent",
    "guardrails",
    "mcp",
    "mcp-server",
    "model-context-protocol",
    "code-review",
    "merge-gate",
    "cli",
    "developer-tools",
    "codex",
    "cursor",
    "claude-code",
    "opencode",
    "gemini",
    "ai-safety",
    "llm-guardrails"
  ],
  "license": "MIT",
  "optionalDependencies": {
    "chokidar": "^3.6.0"
  }
}
