{
  "name": "@zero2webmaster/starter-kit",
  "version": "0.32.1",
  "description": "Node CLI to scaffold new Z2W projects from canonical Templates + AGENTS.md.",
  "author": {
    "name": "Dr. Kerry Kriger",
    "url": "https://zero2webmaster.com/kerry-kriger"
  },
  "license": "UNLICENSED",
  "private": false,
  "type": "module",
  "bin": {
    "z2w-starter-kit": "dist/cli.js",
    "starter-kit": "dist/cli.js"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts",
    "scripts/rollup-integrations.mjs",
    "scripts/check-descriptor.mjs",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "build": "tsc",
    "typecheck": "tsc --noEmit",
    "dev": "tsc --watch",
    "start": "node dist/cli.js",
    "test": "vitest run",
    "test:watch": "vitest",
    "prepublishOnly": "npm run typecheck && npm run build",
    "check:descriptor": "node scripts/check-descriptor.mjs"
  },
  "dependencies": {
    "@inquirer/prompts": "^7.0.0",
    "@neondatabase/serverless": "^1.1.0",
    "chalk": "^5.3.0",
    "commander": "^15.0.0",
    "fs-extra": "^11.2.0"
  },
  "devDependencies": {
    "@inquirer/testing": "^3.3.8",
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^20.0.0",
    "typescript": "^5.4.0",
    "vitest": "^4.1.8"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "zero2webmaster",
    "scaffolder",
    "cli",
    "wordpress",
    "nextjs",
    "cloudflare-workers"
  ],
  "homepage": "https://github.com/zero2webmaster/z2w-starter-kit",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zero2webmaster/z2w-starter-kit.git"
  },
  "bugs": {
    "url": "https://github.com/zero2webmaster/z2w-starter-kit/issues"
  }
}
