{
  "name": "@screenata/cli",
  "version": "0.5.0",
  "description": "Screenata CLI — compliance workflows from your terminal",
  "type": "module",
  "license": "MIT",
  "author": "DeepGuide AI <support@deepguide.ai>",
  "bin": {
    "screenata": "bin/screenata.js"
  },
  "files": [
    "bin",
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "bun build ./src/cli.ts --outfile ./dist/cli.js --target node && bun build ./src/postinstall.ts --outfile ./dist/postinstall.js --target node",
    "dev": "bun run ./src/cli.ts",
    "test": "vitest run",
    "generate:public-skill": "bun run ./scripts/generate-public-skill.ts",
    "postinstall": "node -e \"const p='./dist/postinstall.js';require('fs').existsSync(p)&&import(p)\"",
    "prepack": "bun run build"
  },
  "dependencies": {
    "@deepguide-ai/types": "workspace:*",
    "jszip": "^3.10.1",
    "open-evidence-signing": "workspace:*"
  },
  "devDependencies": {
    "@screenata/codebase-compliance": "workspace:*",
    "typescript": "^5.9.0",
    "vitest": "^3.2.6"
  }
}
