{
  "name": "@primevue/metadata",
  "version": "5.0.0",
  "author": "PrimeTek Informatics",
  "description": "",
  "homepage": "https://primevue.dev",
  "license": "SEE LICENSE IN LICENSE.md",
  "bugs": {
    "url": "https://support.primeui.dev"
  },
  "main": "./index.mjs",
  "module": "./index.mjs",
  "types": "./index.d.mts",
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=12.11.0"
  },
  "repository": {},
  "exports": {
    ".": {
      "types": "./index.d.mts",
      "import": "./index.mjs",
      "default": "./index.mjs"
    }
  }
}