{
  "name": "@scoped-vaadin/component-base",
  "version": "24.8.7",
  "repository": {
    "type": "git",
    "url": "https://github.com/robrez/scoped-vaadin.git",
    "directory": "packages/component-base"
  },
  "bugs": {
    "url": "https://github.com/robrez/scoped-vaadin/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "description": "Vaadin component base mixins",
  "license": "Apache-2.0",
  "author": "Vaadin Ltd",
  "homepage": "https://vaadin.com/components",
  "main": "index.js",
  "module": "index.js",
  "type": "module",
  "files": [
    "custom_typings",
    "index.d.ts",
    "index.js",
    "src"
  ],
  "keywords": [
    "Vaadin",
    "web-components",
    "web-component"
  ],
  "dependencies": {
    "@open-wc/dedupe-mixin": "^1.3.0",
    "@polymer/polymer": "^3.0.0",
    "@vaadin/vaadin-development-mode-detector": "^2.0.0",
    "@vaadin/vaadin-usage-statistics": "^2.1.0",
    "lit": "^3.0.0",
    "@scoped-vaadin/internal-custom-elements-registry": "^24.8.7"
  }
}
