{
  "name": "@ddd-qc/lit-happ",
  "version": "0.34.13",
  "description": "MVVM Framework for holochain apps using Lit",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "type": "module",
  "files": [
    "dist"
  ],
  "scripts": {
    "lint": "eslint --ext .ts .",
    "build": "rm -rf dist && tsc",
    "build:watch": "tsc -w --preserveWatchOutput"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ddd-mtl/lit-happ.git"
  },
  "author": "",
  "license": "CAL-1.0",
  "bugs": {
    "url": "https://github.com/ddd-mtl/lit-happ/issues"
  },
  "homepage": "https://github.com/ddd-mtl/lit-happ#readme",
  "devDependencies": {
    "@types/node": "^20.8.9",
    "tslib": "^2.8",
    "typescript": "~5.9"
  },
  "dependencies": {
    "@holochain/client": "=0.20.4-rc.0",
    "@ddd-qc/cell-proxy": "file:../cell-proxy",
    "@lit/context": "1.0.1",
    "lit": "3.0.2",
    "async-mutex": "0.4.0"
  }
}
