{
  "name": "@php-wasm/universal",
  "version": "3.1.4",
  "description": "PHP.wasm – emscripten bindings for PHP",
  "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"
    }
  ],
  "typedoc": {
    "entryPoint": "./src/index.ts",
    "readmeFile": "./README.md",
    "displayName": "@php-wasm/universal",
    "tsconfig": "./tsconfig.lib.json"
  },
  "exports": {
    ".": {
      "import": "./index.js",
      "require": "./index.cjs"
    },
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public",
    "directory": "../../../dist/packages/php-wasm/universal"
  },
  "type": "module",
  "main": "./index.cjs",
  "module": "./index.js",
  "types": "index.d.ts",
  "license": "GPL-2.0-or-later",
  "gitHead": "a7cde6f2a2d3cef27f51f24e9ddadbe5ca05344b",
  "engines": {
    "node": ">=20.10.0",
    "npm": ">=10.2.3"
  },
  "dependencies": {
    "ini": "4.1.2",
    "@php-wasm/node-polyfills": "3.1.4",
    "@php-wasm/logger": "3.1.4",
    "@php-wasm/util": "3.1.4",
    "@php-wasm/stream-compression": "3.1.4",
    "@php-wasm/progress": "3.1.4"
  },
  "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",
    "ws": "8.18.3",
    "tmp": "0.2.5",
    "form-data": "^4.0.4",
    "lodash": "^4.17.23",
    "glob": "^9.3.0"
  }
}