{
  "dependencies": {
    "@babel/core": "^7.27.4",
    "@babel/preset-react": "^7.27.1",
    "@svgr/core": "^8.1.0",
    "cheerio": "^1.1.0",
    "css-scoping": "^1.0.0",
    "fetch-page-assets": "^1.2.0",
    "fs": "^0.0.1-security",
    "html-screenshots": "^1.2.7",
    "image-to-base64": "^2.2.0",
    "node-html-to-jsx": "^1.3.2",
    "path": "^0.12.7"
  },
  "devDependencies": {
    "@types/babel__core": "^7.20.5",
    "@types/cheerio": "^1.0.0",
    "@types/image-to-base64": "^2.1.2"
  },
  "type": "module",
  "types": "index.ts",
  "name": "html-to-gutenberg",
  "version": "4.2.1",
  "description": "Transform any valid HTML string into fully editable WP Gutenberg blocks in seconds rather than hours.",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DiogoAngelim/html-to-gutenberg.git"
  },
  "keywords": [
    "frontend",
    "gutenberg",
    "html",
    "wordpress",
    "wp",
    "jsx",
    "converter",
    "template",
    "block",
    "UI"
  ],
  "author": "Diogo Angelim",
  "license": "MIT",
  "funding": "https://www.paypal.com/donate/?hosted_button_id=XA5LN4XR39PMQ",
  "bugs": {
    "url": "https://github.com/DiogoAngelim/html-to-gutenberg/issues"
  },
  "homepage": "https://www.html-to-gutenberg.io"
}