@wordpress/browserslist-config
Version:
WordPress Browserslist shared configuration.
42 lines (41 loc) • 953 B
JSON
{
"name": "@wordpress/browserslist-config",
"version": "6.53.0",
"description": "WordPress Browserslist shared configuration.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"gutenberg",
"browserslist",
"browserslist-config"
],
"homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/browserslist-config/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git",
"directory": "packages/browserslist-config"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
},
"engines": {
"node": ">=18.12.0",
"npm": ">=8.19.2"
},
"files": [
"index.js"
],
"main": "index.js",
"exports": {
".": "./index.js",
"./package.json": "./package.json"
},
"devDependencies": {
"browserslist": "^4.28.4"
},
"publishConfig": {
"access": "public"
},
"gitHead": "989764d42ff93e33684aaf0b96a5b7f3d9bbff52"
}