{
  "name": "@vaadin/notification",
  "version": "25.1.0",
  "publishConfig": {
    "access": "public"
  },
  "description": "vaadin-notification",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/vaadin/web-components.git",
    "directory": "packages/notification"
  },
  "author": "Vaadin Ltd",
  "homepage": "https://vaadin.com/components",
  "bugs": {
    "url": "https://github.com/vaadin/web-components/issues"
  },
  "main": "vaadin-notification.js",
  "module": "vaadin-notification.js",
  "type": "module",
  "files": [
    "lit.d.ts",
    "lit.js",
    "src",
    "vaadin-*.d.ts",
    "vaadin-*.js",
    "custom-elements.json",
    "web-types.json",
    "web-types.lit.json"
  ],
  "keywords": [
    "Vaadin",
    "vaadin-notification",
    "web-components",
    "web-component"
  ],
  "dependencies": {
    "@open-wc/dedupe-mixin": "^1.3.0",
    "@vaadin/component-base": "~25.1.0",
    "@vaadin/lit-renderer": "~25.1.0",
    "@vaadin/vaadin-themable-mixin": "~25.1.0",
    "lit": "^3.0.0"
  },
  "devDependencies": {
    "@vaadin/aura": "~25.1.0",
    "@vaadin/button": "~25.1.0",
    "@vaadin/chai-plugins": "~25.1.0",
    "@vaadin/test-runner-commands": "~25.1.0",
    "@vaadin/testing-helpers": "^2.0.0",
    "@vaadin/vaadin-lumo-styles": "~25.1.0",
    "sinon": "^21.0.2"
  },
  "customElements": "custom-elements.json",
  "web-types": [
    "web-types.json",
    "web-types.lit.json"
  ],
  "gitHead": "dab1861c10002b1d191b6a37f55e574e0b470ca5"
}
