UNPKG

@wordpress/hooks

Version:
53 lines (52 loc) 1.13 kB
{ "name": "@wordpress/hooks", "version": "4.38.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": "50c4c0f51e4797c217946ce42adfaa5eb026f33f" }