{
  "name": "@sensoro-design/web",
  "version": "1.0.0",
  "description": "A forward-thinking library of web components.",
  "main": "lib/index.js",
  "module": "es/index.js",
  "types": "es/index.d.ts",
  "homepage": "https://github.com/sensoro/sensoro-web-components",
  "files": [
    "dist",
    "es",
    "lib",
    "custom-elements.json"
  ],
  "sideEffects": false,
  "customElements": "custom-elements.json",
  "keywords": [
    "web components",
    "custom elements",
    "components"
  ],
  "author": "wangxingkang",
  "authors": [
    "wangxingkang <wang_xingkang@qq.com> (https://github.com/wangxingkang)"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sensoro/sensoro-web-components.git"
  },
  "bugs": {
    "url": "https://github.com/sensoro/sensoro-web-components/issues"
  },
  "dependencies": {
    "@ctrl/tinycolor": "^3.6.0",
    "@shoelace-style/localize": "^3.1.1",
    "lit": "^2.7.5"
  },
  "devDependencies": {
    "@custom-elements-manifest/analyzer": "^0.8.3",
    "@open-wc/testing": "^3.2.0",
    "@web/dev-server-esbuild": "^0.4.1",
    "@web/test-runner": "^0.16.1",
    "@web/test-runner-commands": "^0.7.0",
    "@web/test-runner-playwright": "^0.10.1",
    "cem-plugin-vs-code-custom-data-generator": "^1.4.1",
    "comment-parser": "^1.3.1",
    "pascal-case": "^3.1.2",
    "globby": "^13.1.3",
    "user-agent-data-types": "^0.3.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=14.17.0"
  },
  "scripts": {
    "build": "father build",
    "metadata": "cem analyze --litelement",
    "test": "web-test-runner --group default"
  }
}