{
    "name": "eyezon",
    "version": "1.0.0",
    "description": "",
    "author": "Igor Shreder <guha@mail.ru>",
    "files": {
        "0": "ajax\/*",
        "1": "backend\/*",
        "2": "assets\/build\/*",
        "4": "engine\/*",
        "5": "frontend\/*",
        "6": "functions\/*",
        "7": "integrations\/*",
        "8": "internals\/*",
        "10": "templates\/*",
        "11": "eyezon.php",
        "12": "uninstall.php"
    },
    "scripts": {
        "start": "wp-scripts start assets\/src\/*.js --output-path=assets\/build",
        "build": "wp-scripts build assets\/src\/*.js --output-path=assets\/build",
        "check-engines": "wp-scripts check-engines",
        "check-licenses": "wp-scripts check-licenses",
        "format": "wp-scripts format",
        "lint:css": "wp-scripts lint-style .\/assets\/src\/styles",
        "lint:js": "wp-scripts lint-js .\/assets\/src",
        "lint:md:docs": "wp-scripts lint-md-docs",
        "lint:pkg-json": "wp-scripts lint-pkg-json",
        "packages-update": "wp-scripts packages-update",
        "plugin-zip": "wp-scripts plugin-zip",
        "postinstall": "npm run build"
    },
    "devDependencies": {
        "@babel\/core": "^7.18.2",
        "@wordpress\/babel-preset-default": "^6.12.0",
        "@wordpress\/browserslist-config": "^4.1.2",
        "@wordpress\/eslint-plugin": "^12.5.0",
        "@wordpress\/scripts": "^23.2.0"
    },
    "engines": {
        "node": ">=14.0.0",
        "npm": ">=6.9.0 <7"
    },
    "eslintConfig": {
        "extends": [
            "plugin:@wordpress\/eslint-plugin\/recommended"
        ],
        "globals": {
            "jQuery": true,
            "$": true
        }
    },
    "browserslist": [
        "extends @wordpress\/browserslist-config"
    ]
}