{
    "name": "seo-key-pro",
    "version": "1.3.2",
    "description": "SEOKEY is a simple and efficient WordPress plugin for Search Engine Audit and Optimization.",
    "main": "index.js",
    "scripts": {
        "build": "wp-scripts build admin/assets/js/seokey-audit-content.js --output-path=admin/assets/js/build",
        "check-engines": "wp-scripts check-engines",
        "check-licenses": "wp-scripts check-licenses",
        "format": "wp-scripts format",
        "lint:css": "wp-scripts lint-style",
        "lint:js": "wp-scripts lint-js",
        "lint:md:docs": "wp-scripts lint-md-docs",
        "lint:md:js": "wp-scripts lint-md-js",
        "lint:pkg-json": "wp-scripts lint-pkg-json",
        "packages-update": "wp-scripts packages-update",
        "start": "wp-scripts start seo-key-pro/admin/assets/js/seokey-audit-content.js --output-path=admin/assets/js/build",
        "test:e2e": "wp-scripts test-e2e",
        "test:unit": "wp-scripts test-unit-js"
    },
    "author": "",
    "license": "ISC",
    "devDependencies": {
        "@wordpress/scripts": "^6.2.0"
    }
}