{
  "name": "@wp-playground/client",
  "version": "3.1.47",
  "description": "WordPress Playground client",
  "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"
    }
  ],
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.js",
      "require": "./index.cjs"
    },
    "./package.json": "./package.json"
  },
  "typedoc": {
    "entryPoint": "./src/index.ts",
    "readmeFile": "./README.md",
    "displayName": "@wp-playground/client",
    "tsconfig": "./tsconfig.lib.json"
  },
  "publishConfig": {
    "access": "public",
    "directory": "../../../dist/packages/playground/client"
  },
  "license": "GPL-2.0-or-later",
  "type": "module",
  "main": "./index.cjs",
  "module": "./index.js",
  "types": "index.d.ts",
  "gitHead": "c7d8be823578baddc82de1bac34f8882632dab90",
  "engines": {
    "node": ">=20.10.0",
    "npm": ">=10.2.3"
  },
  "packageManager": "npm@10.9.2"
}