{
  "name": "lit-async",
  "version": "0.3.1",
  "description": "Async directives and helpers for Lit.",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./track": {
      "types": "./dist/track.d.ts",
      "default": "./dist/track.js"
    },
    "./loading": {
      "types": "./dist/loading.d.ts",
      "default": "./dist/loading.js"
    },
    "./decorator": {
      "types": "./dist/decorator.d.ts",
      "default": "./dist/decorator.js"
    }
  },
  "files": [
    "dist",
    "src",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "dev": "wds --config web-dev-server.config.mjs"
  },
  "keywords": [
    "lit",
    "lit-html",
    "async",
    "promise",
    "directive",
    "decorator",
    "web-components",
    "async-generator"
  ],
  "author": "mizushino",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/mizushino/lit-async.git"
  },
  "bugs": {
    "url": "https://github.com/mizushino/lit-async/issues"
  },
  "homepage": "https://github.com/mizushino/lit-async#readme",
  "peerDependencies": {
    "lit": "^3.0.0"
  },
  "dependencies": {
    "lit": "^3.3.1"
  },
  "devDependencies": {
    "@web/dev-server": "^0.4.6",
    "@web/dev-server-esbuild": "^1.0.4",
    "typescript": "^5.9.3"
  }
}
