{
  "name": "@wp-playground/blueprints",
  "version": "3.1.26",
  "exports": {
    ".": {
      "import": "./index.js",
      "require": "./index.cjs"
    },
    "./package.json": "./package.json"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/WordPress/wordpress-playground"
  },
  "type": "module",
  "main": "./index.cjs",
  "module": "./index.js",
  "typedoc": {
    "entryPoint": "./src/index.ts",
    "readmeFile": "./README.md",
    "displayName": "@wp-playground/blueprints",
    "tsconfig": "./tsconfig.lib.json"
  },
  "publishConfig": {
    "access": "public",
    "directory": "../../../dist/packages/playground/blueprints"
  },
  "gitHead": "6acfccb8e79f4e664429e3f729f04dbf2ff55303",
  "engines": {
    "node": ">=20.10.0",
    "npm": ">=10.2.3"
  },
  "dependencies": {
    "@zip.js/zip.js": "2.7.57",
    "ajv": "8.12.0",
    "async-lock": "1.4.1",
    "clean-git-ref": "2.0.1",
    "crc-32": "1.2.2",
    "diff3": "0.0.4",
    "express": "4.22.0",
    "fast-xml-parser": "^5.5.1",
    "fs-ext-extra-prebuilt": "2.2.7",
    "ignore": "5.3.2",
    "ini": "4.1.2",
    "jsonc-parser": "3.3.1",
    "minimisted": "2.0.1",
    "octokit": "3.1.2",
    "pako": "1.0.10",
    "pify": "2.3.0",
    "playwright": "1.55.1",
    "readable-stream": "3.6.2",
    "sha.js": "2.4.12",
    "simple-get": "4.0.1",
    "wasm-feature-detect": "1.8.0",
    "ws": "8.18.0",
    "yargs": "17.7.2",
    "@wp-playground/storage": "3.1.26",
    "@php-wasm/util": "3.1.26",
    "@wp-playground/common": "3.1.26",
    "@php-wasm/universal": "3.1.26",
    "@php-wasm/node": "3.1.26",
    "@wp-playground/wordpress": "3.1.26",
    "@php-wasm/logger": "3.1.26",
    "@php-wasm/scopes": "3.1.26",
    "@php-wasm/progress": "3.1.26",
    "@php-wasm/stream-compression": "3.1.26",
    "@php-wasm/web-service-worker": "3.1.26"
  },
  "packageManager": "npm@10.9.2",
  "overrides": {
    "rollup": "^4.34.6",
    "react": "18.3.1",
    "react-dom": "18.3.1",
    "typescript": "5.4.5",
    "@playwright/test": "1.55.1",
    "tmp": "0.2.5",
    "form-data": "^4.0.4",
    "lodash": "^4.17.23",
    "glob": "^9.3.0",
    "webpackbar": "^7.0.0"
  }
}