{
  "name": "@roots/wordpress-hmr",
  "version": "6.24.0",
  "description": "WordPress HMR scripts",
  "engines": {
    "node": ">=16"
  },
  "contributors": [
    {
      "email": "developers@tinypixel.dev",
      "name": "Kelly Mears",
      "url": "https://github.com/kellymears"
    },
    {
      "email": "ben@benword.com",
      "name": "Ben Word",
      "url": "https://github.com/retlehs"
    },
    {
      "email": "brandon@tendency.me",
      "name": "Brandon",
      "url": "https://github.com/Log1x"
    },
    {
      "email": "999@hyeon.pro",
      "name": "999",
      "url": "https://github.com/Hansanghyeon"
    }
  ],
  "license": "MIT",
  "homepage": "https://roots.io/bud",
  "funding": {
    "type": "github sponsors",
    "url": "https://github.com/sponsors/roots"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/roots/bud.git",
    "directory": "sources/@roots/wordpress-hmr"
  },
  "bugs": "https://github.com/roots/bud/issues",
  "keywords": [
    "wordpress"
  ],
  "files": [
    "docs",
    "lib",
    "src"
  ],
  "type": "module",
  "exports": {
    ".": "./lib/index.js",
    "./block": "./lib/block.js",
    "./blocks": "./lib/blocks.js",
    "./cache": "./lib/cache.js",
    "./editor": "./lib/editor.js",
    "./filter": "./lib/filter.js",
    "./filters": "./lib/filters.js",
    "./format": "./lib/format.js",
    "./formats": "./lib/formats.js",
    "./loader": "./lib/loader.cjs",
    "./plugin": "./lib/plugin.js",
    "./plugins": "./lib/plugins.js",
    "./style": "./lib/style.js",
    "./styles": "./lib/styles.js",
    "./utility": "./lib/utility.js",
    "./variation": "./lib/variation.js",
    "./variations": "./lib/variations.js"
  },
  "typesVersions": {
    "*": {
      ".": [
        "lib/index.d.ts"
      ],
      "block": [
        "lib/block.d.ts"
      ],
      "blocks": [
        "lib/blocks.d.ts"
      ],
      "cache": [
        "lib/cache.d.ts"
      ],
      "editor": [
        "lib/editor.d.ts"
      ],
      "filter": [
        "lib/filter.d.ts"
      ],
      "filters": [
        "lib/filters.d.ts"
      ],
      "format": [
        "lib/format.d.ts"
      ],
      "formats": [
        "lib/formats.d.ts"
      ],
      "loader": [
        "lib/loader.d.ts"
      ],
      "plugin": [
        "lib/plugin.d.ts"
      ],
      "plugins": [
        "lib/plugins.d.ts"
      ],
      "style": [
        "lib/style.d.ts"
      ],
      "styles": [
        "lib/styles.d.ts"
      ],
      "utility": [
        "lib/utility.d.ts"
      ],
      "variation": [
        "lib/variation.d.ts"
      ],
      "variations": [
        "lib/variations.d.ts"
      ]
    }
  },
  "types": "./lib/index.d.ts",
  "module": "./lib/index.js",
  "devDependencies": {
    "@skypack/package-check": "0.2.2",
    "@types/node": "20.16.10",
    "@types/react": "18.3.10",
    "@types/wordpress__blocks": "12.5.14",
    "@types/wordpress__plugins": "6.0.0",
    "@types/wordpress__rich-text": "6.10.0",
    "@wordpress/blocks": "12.35.0",
    "@wordpress/data": "9.28.0",
    "@wordpress/hooks": "3.58.0",
    "@wordpress/plugins": "6.26.0",
    "@wordpress/rich-text": "6.35.0"
  },
  "dependencies": {
    "react": "18.3.1",
    "tslib": "2.7.0"
  },
  "volta": {
    "extends": "../../../package.json"
  }
}