{
  "name": "lit-material-components",
  "version": "1.0.7",
  "description": "Material Design components built with Lit Element",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "playwright test",
    "serve": "node ./node_modules/spa-ssi/serve.js",
    "safari": "npx playwright wk http://localhost:8000",
    "update": "ncu -u && npm install"
  },
  "keywords": [
    "lit",
    "web-components",
    "material-design",
    "mui"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "lit": "^3.3.1"
  },
  "devDependencies": {
    "typescript": "^5.9.3",
    "@playwright/test": "1.57.0",
    "spa-ssi": "0.0.25"
  },
  "homepage": "https://github.com/bahrus/tilium#readme",
  "bugs": {
    "url": "https://github.com/bahrus/tilium/issues"
  }
}
