@wordpress/api-fetch
Version:
Utility to make WordPress REST API requests.
41 lines (40 loc) • 977 B
JSON
{
"name": "@wordpress/api-fetch",
"version": "7.21.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": ">=18.12.0",
"npm": ">=8.19.2"
},
"main": "build/index.js",
"module": "build-module/index.js",
"react-native": "src/index",
"wpScript": true,
"types": "build-types",
"dependencies": {
"@babel/runtime": "7.25.7",
"@wordpress/i18n": "^5.21.0",
"@wordpress/url": "^4.21.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "104af00f9abcd7a4d36b87e648f148c72cc4ea5f"
}