{
	"name": "@wordpress/warning",
	"version": "3.8.1",
	"description": "Warning utility for WordPress.",
	"author": "The WordPress Contributors",
	"license": "GPL-2.0-or-later",
	"keywords": [
		"wordpress",
		"gutenberg",
		"warning"
	],
	"homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/warning/README.md",
	"repository": {
		"type": "git",
		"url": "https://github.com/WordPress/gutenberg.git",
		"directory": "packages/warning"
	},
	"bugs": {
		"url": "https://github.com/WordPress/gutenberg/issues"
	},
	"engines": {
		"node": ">=18.12.0",
		"npm": ">=8.19.2"
	},
	"main": "build/index.js",
	"module": "build-module/index.js",
	"react-native": "src/index",
	"types": "build-types",
	"sideEffects": false,
	"publishConfig": {
		"access": "public"
	},
	"gitHead": "cf707c1f25a2716e310cc8f9afcc8554405c79ac"
}
