{
	"name": "@wordpress/keyboard-shortcuts",
	"version": "2.2.0",
	"description": "Handling keyboard shortcuts.",
	"author": "The WordPress Contributors",
	"license": "GPL-2.0-or-later",
	"keywords": [
		"wordpress",
		"gutenberg",
		"keycodes"
	],
	"homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/keyboard-shortcuts/README.md",
	"repository": {
		"type": "git",
		"url": "https://github.com/WordPress/gutenberg.git",
		"directory": "packages/keycodes"
	},
	"bugs": {
		"url": "https://github.com/WordPress/gutenberg/issues"
	},
	"engines": {
		"node": ">=12"
	},
	"main": "build/index.js",
	"module": "build-module/index.js",
	"react-native": "src/index",
	"dependencies": {
		"@babel/runtime": "^7.13.10",
		"@wordpress/compose": "^4.2.0",
		"@wordpress/data": "^5.2.0",
		"@wordpress/element": "^3.2.0",
		"@wordpress/keycodes": "^3.2.0",
		"lodash": "^4.17.21",
		"rememo": "^3.0.0"
	},
	"publishConfig": {
		"access": "public"
	},
	"gitHead": "743b70f86f1e75fd66a583bf659f2b2fe5daf1cc"
}
