{
  "name": "@equinor/fusion-wc-button",
  "version": "2.5.4",
  "description": "",
  "main": "lib/index.js",
  "exports": {
    ".": "./lib/index.js",
    "./package.json": "./package.json",
    "./custom-elements.json": "./lib/custom-elements.json",
    "./button": "./lib/button/index.js",
    "./link-button": "./lib/link-button/index.js",
    "./icon-button": "./lib/icon-button/index.js",
    "./icon-button-toggle": "./lib/icon-button-toggle/index.js",
    "./README.md": "./README.md",
    "./CHANGELOG.md": "./CHANGELOG.md"
  },
  "types": "lib/index.d.ts",
  "typesVersions": {
    ">=4.2": {
      ".": [
        "lib/index.d.ts"
      ],
      "button": [
        "lib/button/index.d.ts"
      ],
      "link-button": [
        "lib/link-button/index.d.ts"
      ],
      "icon-button": [
        "lib/icon-button/index.d.ts"
      ],
      "icon-button-toggle": [
        "lib/icon-button-toggle/index.d.ts"
      ]
    }
  },
  "customElements": "lib/custom-elements.json",
  "keywords": [
    "equinor",
    "fusion",
    "web components",
    "button",
    "link button",
    "icon button",
    "icon toggle",
    "icon button toggle"
  ],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@equinor/fusion-web-theme": "^0.1.10",
    "@material/mwc-button": "^0.27.0",
    "@material/mwc-icon-button": "^0.27.0",
    "@material/mwc-icon-button-toggle": "^0.27.0",
    "lit": "3.3.3",
    "@equinor/fusion-wc-icon": "^2.4.4",
    "@equinor/fusion-wc-core": "^2.0.3"
  },
  "devDependencies": {
    "@custom-elements-manifest/analyzer": "^0.11.0",
    "tslib": "^2.8.1",
    "typescript": "^7.0.2",
    "@equinor/fusion-wc-builder": "^3.1.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/equinor/fusion-web-components.git",
    "directory": "packages/button"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc -b",
    "postbuild": "pnpm typedoc",
    "typedoc": "cem analyze --litelement --globs \"src/**/*.ts\" --outdir lib"
  }
}