60 lines
1.4 KiB
JSON
60 lines
1.4 KiB
JSON
{
|
|
"author": "The WordPress Community",
|
|
"bugs": {
|
|
"url": "https://github.com/WordPress/health-check/issues"
|
|
},
|
|
"description": "WordPress site health tester, and troubleshooting tools for end users and anyone providing support",
|
|
"devDependencies": {
|
|
"@wordpress/scripts": "~23.7.0",
|
|
"@wordpress/env": "~5.2.0",
|
|
"@wordpress/stylelint-config": "~20.0.2",
|
|
"postcss-scss": "~4.0.4"
|
|
},
|
|
"dependencies": {
|
|
"clipboard": "~2.0.11"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"keywords": [
|
|
"support",
|
|
"wordpress"
|
|
],
|
|
"homepage": "https://github.com/WordPress/health-check",
|
|
"license": "GPL-2.0+",
|
|
"name": "health-check",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/WordPress/health-check"
|
|
},
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"build": "wp-scripts build",
|
|
"lint:css": "wp-scripts lint-style './src/styles/**/*.scss'",
|
|
"lint:js": "wp-scripts lint-js ./src/javascript/**/*.js",
|
|
"watch": "wp-scripts start",
|
|
"wp-env": "wp-env",
|
|
"plugin-zip": "wp-scripts plugin-zip"
|
|
},
|
|
"stylelint": {
|
|
"extends": "@wordpress/stylelint-config",
|
|
"customSyntax": "postcss-scss",
|
|
"rules": {
|
|
"no-descending-specificity": null,
|
|
"no-invalid-position-at-import-rule": null
|
|
}
|
|
},
|
|
"files": [
|
|
"mu-plugin/**",
|
|
"HealthCheck/**",
|
|
"modals/**",
|
|
"pages/**",
|
|
"build/**",
|
|
"compat.php",
|
|
"health-check.php",
|
|
"uninstall.php",
|
|
"changelog.txt",
|
|
"readme.txt"
|
|
]
|
|
}
|