{
  "name": "@heximal/components",
  "version": "0.1.5",
  "type": "module",
  "main": "./index.js",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "default": "./index.js"
    }
  },
  "files": [
    "index.{d.ts,d.ts.map,js,js.map}",
    "lib/*",
    "src/*",
    "!src/demo/*",
    "!src/test/*"
  ],
  "dependencies": {
    "@heximal/element": "^0.1.5",
    "@heximal/templates": "^0.1.5",
    "@lit/task": "^1.0.1",
    "lit": "^3.1.2",
    "signal-polyfill": "^0.1.2",
    "signal-utils": "^0.18.0"
  },
  "scripts": {
    "build": "wireit",
    "demo": "wireit",
    "test": "wireit"
  },
  "devDependencies": {
    "@esm-bundle/chai": "^4.3.4-fix.0",
    "@types/mocha": "^10.0.6",
    "@web/dev-server": "^0.4.3",
    "@web/test-runner": "^0.18.1",
    "@web/test-runner-mocha": "^0.9.0",
    "@web/test-runner-playwright": "^0.11.0"
  },
  "author": "Elematic Software, Inc.",
  "license": "MIT",
  "repository": "elematic/heximal",
  "bugs": {
    "url": "https://github.com/elematic/heximal/issues"
  },
  "homepage": "https://github.com/elematic/heximal/tree/main/packages/components",
  "wireit": {
    "build": {
      "command": "tsc --pretty",
      "dependencies": [
        "../element:build",
        "../templates:build"
      ],
      "files": [
        "src/**/*.ts",
        "tsconfig.json"
      ],
      "output": [
        "index.{d.ts,d.ts.map,js,js.map}",
        "lib",
        "test/**/*.{js,js.map,d.ts,d.ts.map}",
        "demo"
      ],
      "clean": "if-file-deleted"
    },
    "demo": {
      "command": "wds",
      "service": true,
      "dependencies": [
        {
          "script": "build",
          "cascade": false
        }
      ],
      "files": [
        "web-dev-server.config.js"
      ]
    },
    "test": {
      "command": "wtr test/**/*_test.js --node-resolve --playwright --browsers chromium",
      "dependencies": [
        "build"
      ],
      "files": [
        "web-test-runner.config.js"
      ],
      "output": []
    }
  }
}
