{
  "name": "safety-agent-cli",
  "version": "0.1.7",
  "description": "CLI for Superagent - validate prompts and tool calls for security",
  "type": "module",
  "main": "./dist/index.js",
  "bin": {
    "superagent": "./dist/index.js"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "vitest run",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "superagent",
    "guard",
    "cli",
    "security",
    "claude-code",
    "hooks",
    "ai-safety"
  ],
  "author": "Superagent",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/superagent-ai/superagent"
  },
  "devDependencies": {
    "@types/node": "^20.11.0",
    "dotenv": "^16.3.1",
    "typescript": "^5.4.0",
    "vitest": "^4.0.18"
  },
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "safety-agent": "^0.1.7"
  }
}
