{
  "name": "@synerise/ds-app-menu",
  "version": "1.2.18",
  "description": "AppMenu UI Component for the Synerise Design System",
  "license": "ISC",
  "repository": "Synerise/synerise-design",
  "main": "dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./dist/*.js": "./dist/*.js",
    "./dist/*": "./dist/*.js"
  },
  "files": [
    "/dist",
    "CHANGELOG.md",
    "README.md",
    "package.json",
    "LICENSE.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "vite build",
    "build:watch": "vite build --watch",
    "pack:ci": "pnpm pack --pack-destination ../../storybook/storybook-static/static",
    "prepublish": "pnpm run build",
    "test": "vitest run",
    "test:watch": "vitest",
    "types": "tsc --noEmit",
    "check:circular-dependencies": "madge --circular --extensions ts,tsx,js,jsx --ts-config tsconfig.json src/ --exclude '/dist/'",
    "upgrade:ds": "ncu -f \"@synerise/ds-*\" -u"
  },
  "sideEffects": [
    "dist/style/*",
    "*.less"
  ],
  "types": "dist/index.d.ts",
  "dependencies": {
    "@synerise/ds-icon": "^1.17.3",
    "@synerise/ds-tooltip": "^1.4.18",
    "@synerise/ds-typography": "^1.1.21",
    "@synerise/ds-utils": "^1.8.1"
  },
  "peerDependencies": {
    "@synerise/ds-core": "*",
    "react": ">=16.9.0 <= 18.3.1",
    "styled-components": "^5.3.3",
    "vitest": "4"
  },
  "gitHead": "c5eee882509cbeb4544cb45939620881b829d4d9"
}
