{
  "name": "verification-layer",
  "version": "0.28.0",
  "description": "Open-source HIPAA compliance scanner and compliance delivery gate for healthcare code. 143 rules, evidence packages, policy gates, CLI + CI/CD.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "vlayer": "dist/cli.js",
    "vlayer-ci": "dist/delivery-cli.js",
    "vlayer-upload": "dist/delivery-upload-cli.js"
  },
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "templates",
    "README.md",
    "COMPLIANCE_DELIVERY.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc && node scripts/build-catalog.mjs",
    "audit:published": "node scripts/audit-published.mjs",
    "dev": "tsc --watch",
    "start": "node dist/cli.js",
    "test": "vitest",
    "test:run": "vitest run",
    "lint": "eslint src/ --max-warnings 23",
    "typecheck": "tsc --noEmit",
    "prepare": "husky || true",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "hipaa",
    "compliance",
    "healthcare",
    "security",
    "cli",
    "scanner",
    "phi",
    "audit",
    "encryption",
    "medical",
    "protected-health-information",
    "vulnerability-scanner",
    "static-analysis",
    "security-scanner",
    "hipaa-compliance",
    "baseline",
    "suppression",
    "github-action",
    "devsecops",
    "healthtech",
    "compliance-as-code",
    "policy-gate",
    "audit-evidence",
    "software-supply-chain"
  ],
  "author": "Simon Franco",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Francosimon53/verification-layer.git"
  },
  "bugs": {
    "url": "https://github.com/Francosimon53/verification-layer/issues"
  },
  "homepage": "https://github.com/Francosimon53/verification-layer#readme",
  "devDependencies": {
    "@eslint/js": "^9.39.5",
    "@types/node": "^20.0.0",
    "@typescript-eslint/eslint-plugin": "^8.54.0",
    "@typescript-eslint/parser": "^8.54.0",
    "eslint": "^9.39.5",
    "husky": "^9.1.7",
    "typescript": "^5.4.0",
    "typescript-eslint": "^8.69.0",
    "vitest": "^4.1.11"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.124.0",
    "@types/inquirer": "^9.0.9",
    "@types/pdfkit": "^0.17.4",
    "@typescript-eslint/typescript-estree": "^8.54.0",
    "chalk": "^5.3.0",
    "chokidar": "^5.0.0",
    "commander": "^12.0.0",
    "glob": "^10.3.0",
    "inquirer": "^9.3.8",
    "minimatch": "^10.1.1",
    "ora": "^8.0.0",
    "pdfkit": "^0.17.2",
    "yaml": "^2.8.2",
    "zod": "^4.3.6"
  },
  "engines": {
    "node": ">=20.19.0"
  }
}
