{
  "name": "@knyt/tasker",
  "version": "0.5.0",
  "description": "A system for creating reusable, stateful logic controllers compatible with Lit.",
  "author": "Morris Allison III (https://morris.xyz)",
  "license": "BSD-3-Clause",
  "bugs": "https://github.com/sables-app/knyt/issues",
  "homepage": "https://knyt.dev",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sables-app/knyt.git",
    "directory": "packages/tasker"
  },
  "keywords": [
    "knyt",
    "component logic",
    "controllers",
    "lit",
    "lit controller",
    "logic",
    "reactive controller",
    "reusable controllers",
    "reusable",
    "stateful",
    "web components"
  ],
  "type": "module",
  "module": "./dist/build/main.js",
  "main": "./dist/build/main.js",
  "exports": {
    ".": "./dist/build/main.js",
    "./package.json": "./package.json"
  },
  "dependencies": {
    "@knyt/artisan": "^0.5.0",
    "@knyt/weaver": "^0.5.0",
    "@knyt/clerk": "^0.5.0",
    "@knyt/html-type": "^0.4.0",
    "@knyt/tailor": "^0.5.0",
    "event-station": "^2.0.0"
  },
  "devDependencies": {
    "@types/bun": "~1.3.0"
  },
  "scripts": {
    "demo": "bun ./demo/index.html"
  },
  "files": [
    "dist",
    "!__tests__",
    "!*.tsbuildinfo"
  ]
}