HEX
Server: nginx/1.27.1
System: Linux in-3 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
User: ivenus-clone (3297)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v4513/ivenusin/public_html/wp-content/plugins/health-check/package.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"
  ]
}