@wordpress/hooks
Version:
WordPress hooks library.
43 lines (42 loc) • 998 B
JSON
{
"name": "@wordpress/hooks",
"version": "4.36.0",
"description": "WordPress hooks library.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"hooks"
],
"homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/hooks/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/hooks"
},
"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",
"exports": {
".": {
"types": "./build-types/index.d.ts",
"import": "./build-module/index.js",
"require": "./build/index.js"
},
"./package.json": "./package.json"
},
"react-native": "src/index",
"wpScript": true,
"types": "build-types",
"publishConfig": {
"access": "public"
},
"gitHead": "b35cf1a2dce04665e99fd6b9c2891c0b336361b9"
}