{
  "name": "jui-omnibar",
  "version": "5.1.1",
  "description": "Juniper omnibar web components",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/junipersystems/jui-omnibar.git"
  },
  "bugs": {
    "url": "https://github.com/junipersystems/jui-omnibar/issues"
  },
  "homepage": "https://github.com/junipersystems/jui-omnibar#readme",
  "type": "module",
  "main": "dist/omnibar.js",
  "types": "dist/omnibar.d.ts",
  "exports": {
    ".": {
      "import": "./dist/omnibar.js",
      "types": "./dist/omnibar.d.ts"
    },
    "./omnibar.css": "./dist/omnibar.css",
    "./product-switcher": {
      "import": "./dist/product-switcher.js"
    },
    "./profile-switcher": {
      "import": "./dist/profile-switcher.js"
    }
  },
  "files": [
    "dist"
  ],
  "sideEffects": [
    "./dist/omnibar.css",
    "./dist/omnibar.js",
    "./dist/product-switcher.js",
    "./dist/profile-switcher.js"
  ],
  "scripts": {
    "build": "node scripts/build.mjs",
    "typecheck": "tsc -p tsconfig.json",
    "test": "npm run build && node scripts/smoke-test.mjs && node --test test/*.mjs && npm run typecheck",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "web-component",
    "custom-element",
    "omnibar",
    "juniper"
  ],
  "license": "MIT",
  "devDependencies": {
    "esbuild": "^0.28.0",
    "happy-dom": "^20.11.2",
    "lightningcss": "^1.32.0",
    "typescript": "^7.0.2"
  }
}
