{
  "type": "module",
  "name": "grapesjs-float",
  "version": "0.0.7",
  "description": "GrapesJS float plugin with Floating UI",
  "author": "Benjamin Grand",
  "license": "BSD-3-Clause",
  "main": "./dist/plugin.js",
  "types": "./dist/plugin.d.ts",
  "exports": {
    ".": {
      "require": "./dist/plugin.cjs",
      "import": "./dist/plugin.js"
    }
  },
  "files": [
    "./dist"
  ],
  "devDependencies": {
    "@floating-ui/dom": "1.6.3",
    "grapesjs": "0.21.8",
    "grapesjs-blocks-basic": "1.0.2",
    "vite": "5.1.3",
    "vite-plugin-dts": "3.7.2"
  },
  "peerDependencies": {
    "@floating-ui/dom": ">= 1.5.3",
    "grapesjs": ">= 0.21.8"
  },
  "homepage": "https://github.com/bgrand-ch/grapesjs-float",
  "repository": {
    "type": "git",
    "url": "https://github.com/bgrand-ch/grapesjs-float.git"
  },
  "bugs": {
    "url": "https://github.com/bgrand-ch/grapesjs-float/issues"
  },
  "keywords": [
    "gjs",
    "grapesjs",
    "plugin",
    "float",
    "floating",
    "ui",
    "component",
    "block"
  ],
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview"
  }
}