{
  "name": "@wp-playground/common",
  "version": "3.1.47",
  "description": "Common exports and utilities for WordPress Playground",
  "repository": {
    "type": "git",
    "url": "https://github.com/WordPress/wordpress-playground"
  },
  "homepage": "https://developer.wordpress.org/playground",
  "author": "The WordPress contributors",
  "contributors": [
    {
      "name": "Adam Zielinski",
      "email": "adam@adamziel.com",
      "url": "https://github.com/adamziel"
    }
  ],
  "license": "GPL-2.0-or-later",
  "type": "module",
  "main": "./index.cjs",
  "module": "./index.js",
  "types": "index.d.ts",
  "engines": {
    "node": ">=20.10.0",
    "npm": ">=10.2.3"
  },
  "exports": {
    ".": {
      "import": "./index.js",
      "require": "./index.cjs"
    },
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public",
    "directory": "../../../dist/packages/playground/common"
  },
  "gitHead": "c7d8be823578baddc82de1bac34f8882632dab90",
  "dependencies": {
    "@php-wasm/universal": "3.1.47",
    "@php-wasm/util": "3.1.47"
  },
  "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.61.0",
    "tmp": "0.2.5",
    "form-data": "^4.0.4",
    "lodash": "^4.17.23",
    "glob": "^9.3.0",
    "webpackbar": "^7.0.0",
    "ws": "8.21.0"
  }
}