{
  "name": "@bliss-design-system/alert",
  "version": "1.5.0",
  "description": "",
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/bliss-design-system/components.git",
    "directory": "packages/alert"
  },
  "keywords": [
    "alert",
    "web components",
    "bliss",
    "lit"
  ],
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./*": "./*",
    "./package.json": "./package.json"
  },
  "files": [
    "/dist/",
    "custom-elements.json",
    "*.d.ts",
    "*.js",
    "!stories/",
    "!test/"
  ],
  "scripts": {
    "test": "echo 'Error: tests should be run from the component toolkit root.' && exit 1"
  },
  "dependencies": {
    "@bliss-design-system/shared": "^1.0.2",
    "lit-element": "^2.4.0",
    "lit-html": "^1.3.0",
    "tslib": "^2.0.3"
  },
  "devDependencies": {
    "@bliss-design-system/tokens": "^1.6.2"
  },
  "peerDependencies": {
    "@bliss-design-system/button": "^1.3.1",
    "@bliss/iconset": "^1.0.5",
    "@bliss-design-system/icon": "^2.1.0"
  },
  "contributes": {
    "html.customData": [
      "./custom-elements.json"
    ]
  }
}

