{
  "name": "create-claudify",
  "version": "2.1.1",
  "description": "Scaffold a production-grade Claude Code systems architecture into any project",
  "type": "module",
  "bin": {
    "create-claudify": "./dist/index.js"
  },
  "files": [
    "dist",
    "templates"
  ],
  "scripts": {
    "build": "tsup",
    "build:packages": "mkdir -p dist && cd templates/starter && zip -r ../../dist/claudify-starter.zip . -x '*.DS_Store' && cd ../pro && zip -r ../../dist/claudify-pro.zip . -x '*.DS_Store'",
    "dev": "tsup --watch",
    "typecheck": "tsc --noEmit"
  },
  "keywords": [
    "claude",
    "claude-code",
    "ai",
    "llm",
    "scaffolding",
    "cli",
    "developer-tools",
    "systems-architecture"
  ],
  "author": "Claudify <hello@claudify.tech>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/byldpartners/claudify.git",
    "directory": "cli"
  },
  "homepage": "https://claudify.tech",
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@clack/prompts": "^0.9.1",
    "picocolors": "^1.1.1"
  },
  "devDependencies": {
    "tsup": "^8.4.0",
    "typescript": "^5.7.0"
  }
}
