{ "name": "@wordpress/api-fetch", "version": "6.55.0", "description": "Utility to make WordPress REST API requests.", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ "wordpress", "gutenberg", "rest-api", "fetch" ], "homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/api-fetch/README.md", "repository": { "type": "git", "url": "https://github.com/WordPress/gutenberg.git", "directory": "packages/api-fetch" }, "bugs": { "url": "https://github.com/WordPress/gutenberg/issues" }, "engines": { "node": ">=12" }, "main": "build/index.js", "module": "build-module/index.js", "react-native": "src/index", "types": "build-types", "dependencies": { "@babel/runtime": "^7.16.0", "@wordpress/i18n": "^4.58.0", "@wordpress/url": "^3.59.0" }, "publishConfig": { "access": "public" }, "gitHead": "42f38f287506a6b3ed8ccba839b18ad066821044" }