@wordpress/hooks
Version:
WordPress hooks library.
38 lines (37 loc) • 868 B
JSON
{
"name": "@wordpress/hooks",
"version": "4.25.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",
"react-native": "src/index",
"wpScript": true,
"types": "build-types",
"dependencies": {
"@babel/runtime": "7.25.7"
},
"publishConfig": {
"access": "public"
},
"gitHead": "d1acd76ffff33ab01f0a948d2f51e5e45c95158d"
}