{
    "name": "wp-omnisend",
    "version": "1.0.0",
    "description": "Omnisend integration for WordPress",
    "license": "GPL-2.0-or-later",
    "main": "build/index.js",
    "scripts": {
        "start": "wp-scripts start",
        "build": "wp-scripts build",
        "lint:js": "wp-scripts lint-js"
    },
    "dependencies": {
        "form-data": "4.0.4",
        "qs": ">=6.14.1"
    },
    "overrides": {
        "qs": ">=6.14.1",
        "node-forge": ">=1.3.2",
        "webpack-dev-server": ">=5.2.1",
        "js-yaml": ">=4.1.1",
        "http-proxy-middleware": ">=2.0.8",
        "on-headers": ">=1.1.0"
    },
    "peerDependencies": {
        "react": "^18.0.0",
        "react-dom": "^18.0.0"
    },
    "devDependencies": {
        "@wordpress/eslint-plugin": "^17.10.0",
        "@wordpress/scripts": "^30.25.0",
        "eslint-config-prettier": "^9.1.0",
        "eslint-plugin-jsdoc": "^48.2.1",
        "eslint-plugin-prettier": "^5.1.3",
        "prettier": "3.2.5",
        "qs": ">=6.14.1"
    }
}
