{ "name": "@wordpress/hooks", "version": "3.58.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": ">=12" }, "main": "build/index.js", "module": "build-module/index.js", "react-native": "src/index", "types": "build-types", "dependencies": { "@babel/runtime": "^7.16.0" }, "publishConfig": { "access": "public" }, "gitHead": "42f38f287506a6b3ed8ccba839b18ad066821044" }