{
  "name": "@dreamkit/site",
  "version": "0.0.62",
  "description": "DreamKit Webite.",
  "homepage": "https://dreamkit.dev",
  "repository": {
    "type": "git",
    "url": "https://github.com/swordev/dreamkit/tree/main/packages/site"
  },
  "license": "MIT",
  "author": "Juanra GM",
  "contributors": [
    {
      "name": "Juanra GM",
      "email": "juanrgm724@gmail.com",
      "url": "https://github.com/juanrgm"
    }
  ],
  "sideEffects": false,
  "type": "module",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@astrojs/check": "^0.9.5",
    "@astrojs/solid-js": "^5.1.3",
    "@astrojs/starlight": "^0.36.2",
    "@stackblitz/sdk": "^1.11.0",
    "astro": "^5.15.5",
    "better-sqlite3": "^12.4.1",
    "client-zip": "^2.5.0",
    "solid-js": "^1.9.10",
    "typescript": "^5.9.3",
    "dreamkit": "0.0.59"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.13"
  },
  "scripts": {
    "astro": "astro",
    "build": "astro check && astro build",
    "dev": "astro dev",
    "preview": "astro preview",
    "start": "astro dev"
  }
}