{
  "name": "klaudius",
  "version": "0.37.2",
  "description": "Scaffold and maintain a Klaudius project — an autonomous web agency pipeline that runs on Claude Code or Codex (find, build, deploy, outreach end-to-end).",
  "homepage": "https://klaudius.dev",
  "bugs": {
    "email": "hello@klaudius.dev"
  },
  "author": "Klaudius",
  "license": "UNLICENSED",
  "type": "module",
  "bin": {
    "klaudius": "dist/bin.js"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "keywords": [
    "claude-code",
    "nextjs",
    "scaffolding",
    "toolkit",
    "cli"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsx src/bin.ts",
    "test": "npm run build && tsx test/lib-tests.ts && tsx test/deliverability-tests.ts && tsx test/ms-oauth-tests.ts && tsx test/masked-prefill-pty-test.ts && tsx test/wizard-plan-pty-test.ts && tsx test/wizard-modes-pty-test.ts && tsx test/wizard-stdin-pty-test.ts && tsx test/wizard-telegram-pty-test.ts && tsx test/exit-flush-test.ts && tsx test/configure-outro-test.ts && tsx test/init-scaffolded-test.ts && tsx test/init-answers-test.ts && tsx test/configure-answers-test.ts && tsx test/update-conflict-staging-test.ts && tsx test/update-safety-test.ts && tsx test/resolve-test.ts && tsx test/update-lessons-notebook-test.ts",
    "prepublishOnly": "npm run build"
  },
  "engines": {
    "node": ">=22.15"
  },
  "dependencies": {
    "@clack/prompts": "^0.7.0",
    "commander": "^12.1.0",
    "diff": "^9.0.0",
    "imapflow": "^1.3.3",
    "ink": "^7.0.1",
    "ink-text-input": "^6.0.0",
    "nodemailer": "^8.0.7",
    "picocolors": "^1.0.1",
    "react": "^19.2.5",
    "tar": "^7.5.13"
  },
  "devDependencies": {
    "@types/diff": "^7.0.2",
    "@types/node": "^20.14.0",
    "@types/nodemailer": "^8.0.0",
    "@types/react": "^19.2.14",
    "node-pty": "^1.1.0",
    "tsup": "^8.2.0",
    "tsx": "^4.16.0",
    "typescript": "^5.5.0"
  },
  "private": false
}
