UNPKG

@wordpress/hooks

Version:
52 lines (51 loc) 1.1 kB
{ "name": "@wordpress/hooks", "version": "4.54.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" }, "wpScript": true, "types": "build-types", "devDependencies": { "benchmark": "^2.1.4" }, "publishConfig": { "access": "public" }, "gitHead": "5ef24f60261976bb198ad035db24bf81c1fb92b4" }