{
  "name": "@affino/menu-core",
  "version": "1.1.0",
  "author": "Anton Pavlov <a.pavlov@affino.dev>",
  "type": "module",
  "description": "Framework-agnostic headless menu engine with smart mouse prediction, keyboard navigation, and nested submenus",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "dependencies": {
    "@affino/overlay-kernel": "^0.2.0",
    "@affino/surface-core": "^1.1.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/affinio/affinio/tree/main/packages/menu-core"
  },
  "homepage": "https://affino.dev",
  "keywords": [
    "menu",
    "dropdown",
    "context-menu",
    "headless",
    "core",
    "engine",
    "framework-agnostic",
    "ui-core",
    "accessibility",
    "aria",
    "keyboard-navigation",
    "state-machine",
    "positioning",
    "mouse-prediction",
    "submenu",
    "intent",
    "floating-ui",
    "radix",
    "headless-ui"
  ],
  "license": "MIT",
  "devDependencies": {
    "@vitest/coverage-v8": "^4.0.15",
    "vitest": "^4.0.15"
  },
  "bugs": {
    "url": "https://github.com/affinio/affinio/issues"
  },
  "module": "dist/index.js",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "test": "vitest run"
  }
}