{
  "name": "agent-security-policies",
  "version": "1.5.7",
  "description": "Portable, standards-backed security policies for any AI coding agent. One command to install OWASP, CWE, NIST rules + security skills.",
  "keywords": [
    "security",
    "ai-agent",
    "copilot",
    "codex",
    "claude",
    "antigravity",
    "gemini",
    "owasp",
    "cwe",
    "devsecops",
    "sast",
    "secure-coding",
    "opencode",
    "oh-my-openagent"
  ],
  "author": "raomaster",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/raomaster/agent-security-policies.git"
  },
  "homepage": "https://github.com/raomaster/agent-security-policies",
  "bugs": {
    "url": "https://github.com/raomaster/agent-security-policies/issues"
  },
  "bin": {
    "agent-security-policies": "dist/cli.js"
  },
  "main": "dist/cli.js",
  "type": "module",
  "files": [
    "dist/",
    "docs/",
    "policies/",
    "skills/",
    "commands/",
    "AGENT_RULES.md",
    "AGENT_RULES_LITE.md"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "prepublishOnly": "npm run build"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "@vitest/coverage-v8": "^4.1.1",
    "typescript": "^5.7.0",
    "vitest": "^4.1.1"
  }
}
