{
  "name": "@pageblock/attributes-modal",
  "version": "0.1.4",
  "description": "Create advanced and accessible modal dialogs for Webflow with no-code.",
  "type": "module",
  "main": "index.js",
  "files": [
    "index.js",
    "index.css",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "pageblock",
    "webflow",
    "attributes",
    "no-code",
    "modal",
    "dialog",
    "popup",
    "overlay",
    "accessibility",
    "a11y"
  ],
  "author": "PageBlock",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Blackout-Media/pageblock-attributes.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-terser": "^0.4.4",
    "postcss": "^8.4.35",
    "rollup": "^4.12.0",
    "rollup-plugin-postcss": "^4.0.2",
    "sass": "^1.69.0"
  }
}
