{
  "name": "@gracile/client",
  "version": "0.5.7",
  "description": "A thin, full-stack, web framework",
  "keywords": [
    "custom-elements",
    "full-stack",
    "lit",
    "meta-framework",
    "server",
    "server-side-rendering",
    "ssr",
    "static",
    "web-components"
  ],
  "homepage": "https://gracile.js.org",
  "repository": {
    "type": "git",
    "url": "https://github.com/gracile-web/gracile",
    "directory": "packages/client"
  },
  "license": "ISC",
  "author": {
    "name": "Julian Cataldo",
    "email": "contact@juliancataldo.com",
    "url": "https://www.juliancataldo.com"
  },
  "type": "module",
  "exports": {
    ".": "./dist/index.js",
    "./*": "./dist/*.js"
  },
  "files": [
    "./dist/**/*"
  ],
  "dependencies": {
    "@gracile/engine": "^0.12.0",
    "@gracile/internal-utils": "^0.8.0",
    "@lit-labs/ssr": "^4.0.0",
    "@lit-labs/ssr-client": "^1.1.8"
  },
  "peerDependencies": {
    "@lit-labs/signals": "^0.1.2"
  },
  "peerDependenciesMeta": {
    "@lit-labs/signals": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "// disabledDeps": {
    "@webcomponents/template-shadowroot": "0.x",
    "typedoc": "^0.25.8"
  },
  "gitHead": "cd52d7e3663e10f80baaf13cc15c1ee566cb89c2"
}
