{
	"name": "@wordpress/hooks",
	"version": "4.43.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"
	},
	"files": [
		"src",
		"build",
		"build-module",
		"build-types",
		"*.md"
	],
	"main": "build/index.cjs",
	"module": "build-module/index.mjs",
	"exports": {
		".": {
			"types": "./build-types/index.d.ts",
			"import": "./build-module/index.mjs",
			"require": "./build/index.cjs"
		},
		"./package.json": "./package.json"
	},
	"react-native": "src/index",
	"wpScript": true,
	"types": "build-types",
	"devDependencies": {
		"benchmark": "2.1.4"
	},
	"publishConfig": {
		"access": "public"
	},
	"gitHead": "2cea90674d11aa521ec3f71652fb3a6a4c383969"
}
