{
  "name": "@workerify/create-htmx-app",
  "version": "0.4.1",
  "description": "Create a new HTMX app with Workerify",
  "type": "module",
  "bin": {
    "create-htmx-app": "./dist/cli.js"
  },
  "files": [
    "dist",
    "templates"
  ],
  "dependencies": {
    "@clack/prompts": "^0.11.0",
    "giget": "^2.0.0"
  },
  "devDependencies": {
    "@types/node": "^22.7.5",
    "typescript": "^5.9.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/anthonny/workerify.git",
    "directory": "packages/templates"
  },
  "keywords": [
    "htmx",
    "vite",
    "template",
    "workerify",
    "service-worker"
  ],
  "author": "",
  "license": "MIT",
  "scripts": {
    "build": "node build.js",
    "dev": "tsc --watch",
    "clean": "rm -rf dist",
    "typecheck": "tsc --noEmit"
  }
}