{
  "name": "@opentiny/vue-link-menu",
  "version": "3.31.0",
  "description": "",
  "main": "lib/index.js",
  "module": "index.ts",
  "sideEffects": false,
  "type": "module",
  "devDependencies": {
    "@opentiny-internal/vue-test-utils": "workspace:*",
    "vitest": "catalog:"
  },
  "scripts": {
    "build": "pnpm -w build:ui $npm_package_name",
    "//postversion": "pnpm build"
  },
  "dependencies": {
    "@opentiny/vue-renderless": "workspace:~",
    "@opentiny/vue-common": "workspace:~",
    "@opentiny/vue-icon": "workspace:~",
    "@opentiny/vue-input": "workspace:~",
    "@opentiny/vue-tree": "workspace:~",
    "@opentiny/vue-button": "workspace:~",
    "@opentiny/vue-dialog-box": "workspace:~",
    "@opentiny/vue-theme": "workspace:~"
  },
  "license": "MIT"
}