{
  "name": "@vkm-js/popover",
  "version": "1.0.2-alpha",
  "description": "An Alpinejs plugin to add a popover on any element.",
  "homepage": "https://github.com/vmphobos",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vmphobos/vkm-js.git"
  },
  "author": "Vasilis Milopoulos",
  "license": "MIT",
  "main": "dist/module.cjs.js",
  "module": "dist/module.esm.js",
  "unpkg": "build/cdn.min.js",
  "dependencies": {},
  "peerDependencies": {
    "alpinejs": "^3.0.0",
    "@floating-ui/dom": "^2.0.0"
  },
  "keywords": [
    "Popover",
    "vkm-js",
    "Alpine",
    "Alpine JS",
    "Plugin",
    "Javascript"
  ]
}
