{
  "name": "@jverneaut/html-to-gutenberg",
  "version": "2.4.0",
  "main": "index.js",
  "engines": {
    "node": ">=20.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jverneaut/html-to-gutenberg.git"
  },
  "homepage": "https://html-to-gutenberg.com",
  "scripts": {
    "test": "NODE_OPTIONS=\"--experimental-vm-modules --disable-warning=ExperimentalWarning\" jest"
  },
  "keywords": [
    "Gutenberg",
    "WordPress",
    "Webpack",
    "HTML",
    "Plugin"
  ],
  "author": "Julien Verneaut <contact@julienverneaut.com>",
  "license": "MIT",
  "type": "module",
  "description": "Create custom Gutenberg blocks from the HTML templates you already have.",
  "bin": "bin/index.cjs",
  "devDependencies": {
    "@babel/preset-env": "^7.26.9",
    "babel-jest": "^29.7.0",
    "jest": "^29.7.0"
  },
  "dependencies": {
    "acorn": "^8.14.1",
    "chalk": "^5.4.1",
    "chokidar": "^4.0.3",
    "commander": "^13.1.0",
    "fast-glob": "^3.3.3",
    "fs-extra": "^11.3.0",
    "glob": "^11.0.1",
    "hast-util-to-html": "^9.0.5",
    "he": "^1.2.0",
    "mustache": "^4.2.0",
    "prettier": "^3.5.3",
    "rehype-parse": "^9.0.1",
    "style-to-object": "^1.0.8",
    "unified": "^11.0.5",
    "unist-util-flatmap": "^1.0.0",
    "unist-util-remove": "^4.0.0",
    "unist-util-source": "^5.0.0",
    "unist-util-visit": "^5.0.0"
  },
  "imports": {
    "#processors/*": "./src/processors/*",
    "#printers/*": "./src/printers/*",
    "#utils-html/*": "./src/utils-html/*",
    "#utils-string/*": "./src/utils-string/*",
    "#constants": "./src/constants.js"
  }
}
