{
	"name": "@wordpress/interactivity",
	"version": "6.43.0",
	"description": "Package that provides a standard and simple way to handle the frontend interactivity of Gutenberg blocks.",
	"author": "The WordPress Contributors",
	"license": "GPL-2.0-or-later",
	"keywords": [
		"wordpress",
		"gutenberg",
		"interactivity"
	],
	"homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/interactivity/README.md",
	"repository": {
		"type": "git",
		"url": "https://github.com/WordPress/gutenberg.git",
		"directory": "packages/interactivity"
	},
	"bugs": {
		"url": "https://github.com/WordPress/gutenberg/labels/%5BFeature%5D%20Interactivity%20API"
	},
	"engines": {
		"node": ">=18.12.0",
		"npm": ">=8.19.2"
	},
	"module": "build-module/index.mjs",
	"exports": {
		".": {
			"types": "./build-types/index.d.ts",
			"import": "./build-module/index.mjs"
		},
		"./package.json": "./package.json"
	},
	"react-native": "src/index",
	"wpScriptModuleExports": "./build-module/index.mjs",
	"types": "build-types",
	"dependencies": {
		"@preact/signals": "^1.3.0",
		"preact": "^10.24.2"
	},
	"devDependencies": {
		"@types/jest": "^29.5.14"
	},
	"publishConfig": {
		"access": "public"
	},
	"gitHead": "2cea90674d11aa521ec3f71652fb3a6a4c383969"
}
