{
  "name": "@zywave/zui-base",
  "version": "4.6.1",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "license": "UNLICENSED",
  "dependencies": {
    "lit": "^3.3.1"
  },
  "scripts": {
    "build": "npm run build:scss && npm run build:ts",
    "build:clean": "node ../../../scripts/node/remove-build-files.mjs && npm run build",
    "build:scss": "node ../../../scripts/node/sass.mjs",
    "build:ts": "tsc -p tsconfig.build.json",
    "launch-server": "web-dev-server --root-dir ../../../ --app-index lab.html --open --node-resolve --watch",
    "watch": "npm-run-all build --parallel watcher:start launch-server",
    "watcher:start": "node ../../../scripts/node/watcher.mjs",
    "analyze": "cem analyze --globs src/zui-*.ts --litelement --outdir dist"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "6ccacba5d09f8f9b2548272f06482a8c392af6c9"
}
