{
	"name": "@wordpress/api-fetch",
	"version": "5.2.7",
	"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.2.4",
		"@wordpress/url": "^3.3.2"
	},
	"publishConfig": {
		"access": "public"
	},
	"gitHead": "3cf1fca7ff79c72899d55df13b4339a4d8099871"
}
