@wordpress/interactivity-router
Version:
Package that exposes state and actions from the `core/router` store, part of the Interactivity API.
57 lines (56 loc) • 1.44 kB
JSON
{
"name": "@wordpress/interactivity-router",
"version": "2.51.0",
"description": "Package that exposes state and actions from the `core/router` store, part of the Interactivity API.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"interactivity"
],
"homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/interactivity-router/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/interactivity-router"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/labels/%5BFeature%5D%20Interactivity%20API"
},
"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"
},
"wpScriptModuleExports": {
".": "./build-module/index.mjs",
"./full-page": "./build-module/full-page.mjs"
},
"types": "build-types",
"dependencies": {
"@wordpress/a11y": "^4.51.0",
"@wordpress/interactivity": "^6.51.0",
"es-module-lexer": "^1.5.4"
},
"publishConfig": {
"access": "public"
},
"gitHead": "e9a74f9c14095a34398ecd4d1f7a908e55051205"
}