{
  "name": "@knyt/luthier",
  "version": "0.5.0",
  "description": "A library for building standardized, type-safe native web components with full SSR and hydration support.",
  "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/luthier"
  },
  "keywords": [
    "knyt",
    "custom elements",
    "lit-html",
    "lit",
    "server side rendering",
    "shadow dom",
    "ssr hydration",
    "type-safe elements",
    "typescript",
    "web components",
    "web standards"
  ],
  "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/tasker": "^0.5.0",
    "@knyt/weaver": "^0.5.0",
    "@knyt/tailor": "^0.5.0",
    "event-station": "^2.0.0"
  },
  "devDependencies": {
    "@types/bun": "~1.3.0"
  },
  "scripts": {
    "build": "bun ./scripts/stubPackageDist.ts",
    "build:watch": "bun ./scripts/stubPackageDist.ts --watch",
    "clean": "rm -rf dist"
  },
  "files": [
    "dist",
    "!__tests__",
    "!*.tsbuildinfo"
  ]
}