{
  "name": "cloudflare-htmx",
  "version": "1.2.1",
  "description": "HTMX library for Cloudflare Pages",
  "main": "index.ts",
  "devDependencies": {
    "@cloudflare/workers-types": "^4.20230404.0"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stukennedy/cloudflare-htmx.git"
  },
  "keywords": [
    "cloudflare",
    "pages",
    "htmx",
    "hateos",
    "jamstack"
  ],
  "author": "Stu Kennedy",
  "license": "ISC",
  "bin": {
    "my-command": "./install.js"
  },
  "bugs": {
    "url": "https://github.com/stukennedy/cloudflare-htmx/issues"
  },
  "homepage": "https://github.com/stukennedy/cloudflare-htmx#readme",
  "dependencies": {
    "fs-extra": "^11.1.1"
  }
}
