{
  "name": "@marko/run-adapter-static",
  "version": "2.0.10",
  "description": "Preview and deploy @marko/run apps as static files",
  "keywords": [
    "marko"
  ],
  "homepage": "https://github.com/marko-js/run/tree/main/packages/adapters/static",
  "repository": {
    "type": "git",
    "url": "https://github.com/marko-js/run.git"
  },
  "license": "MIT",
  "author": "Ryan Turnquist <rturnq@gmail.com>",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "*": [
        "./dist/index.d.ts"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "compression": "^1.8.1",
    "htmlparser2": "^10.0.0",
    "kleur": "^4.1.5",
    "sirv": "^1.0.15",
    "undici": "^6.21.0"
  },
  "devDependencies": {
    "@types/compression": "^1.8.1"
  },
  "peerDependencies": {
    "@marko/run": "^0.7.7||^0.8||^0.9||^0.10||^0.11"
  },
  "logo": {
    "url": "https://github.com/marko-js/run/raw/main/assets/marko-run.png"
  },
  "scripts": {
    "build": "tsc -b && tsx scripts/build.ts",
    "test": ""
  }
}