{
	"name": "@wordpress/api-fetch",
	"version": "6.42.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.45.0",
		"@wordpress/url": "^3.46.0"
	},
	"publishConfig": {
		"access": "public"
	},
	"gitHead": "2a00e87b57b9c27ed2b9b0fd8d423ef3cada72c1"
}
