{
  "name": "staticalize",
  "version": "0.2.7",
  "description": "Download a dynamic website and turn it into a static site",
  "author": "engineering@frontside.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thefrontside/staticalize.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/thefrontside/staticalize/issues"
  },
  "module": "./esm/mod.js",
  "exports": {
    ".": {
      "import": "./esm/mod.js"
    }
  },
  "scripts": {},
  "bin": {
    "staticalize": "./esm/main.js"
  },
  "engines": {
    "node": ">= 18"
  },
  "sideEffects": false,
  "dependencies": {
    "@effectionx/context-api": "^0.5.3",
    "@effectionx/stream-helpers": "^0.8.2",
    "clayterm": "^0.6.0",
    "configliere": "^0.2.3",
    "effection": "^4.0.2",
    "hast-util-from-html": "^2.0.3",
    "hast-util-select": "^6.0.4",
    "hast-util-to-html": "^9.0.5",
    "zod": "^4.1.11",
    "@deno/shim-deno": "~0.18.0"
  },
  "devDependencies": {
    "@types/node": "^20.9.0"
  },
  "_generatedBy": "dnt@dev"
}