{
  "name": "pantheon-wordpress-edge-integrations",
  "version": "0.3.1",
  "description": "WordPress plugin to support Pantheon Edge Integrations and personalization features",
  "scripts": {
    "bump:patch": "bump patch --commit 'Version %s.' pantheon-wordpress-edge-integrations.php README.md",
    "bump:minor": "bump minor --commit 'Version %s.' pantheon-wordpress-edge-integrations.php README.md",
    "bump:major": "bump major --commit 'Version %s.' pantheon-wordpress-edge-integrations.php README.md",
    "start": "composer install --ignore-platform-reqs && npm install && npm run build",
    "build": "NODE_ENV=production webpack --config config/webpack.config.prod.js",
    "dev": "NODE_ENV=development webpack --config config/webpack.config.dev.js",
    "release": "composer install --no-dev -o && npm install --legacy-peer-deps && npm run build && git add -f dist/ vendor/ && npm run dev && git add -f dist/js/assets.js",
    "watch": "NODE_ENV=development webpack --watch --config config/webpack.config.dev.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pantheon-systems/pantheon-wordpress-edge-integrations.git"
  },
  "keywords": [
    "wordpress",
    "wordpress plugin",
    "edge integration",
    "cdn",
    "agcdn",
    "personalization",
    "pantheon"
  ],
  "author": "Pantheon Systems",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pantheon-systems/pantheon-wordpress-edge-integrations/issues"
  },
  "homepage": "https://github.com/pantheon-systems/pantheon-wordpress-edge-integrations#readme",
  "dependencies": {
    "testcafe": "^1.18.2",
    "testcafe-browser-tools": "^2.0.22"
  },
  "devDependencies": {
    "@humanmade/eslint-config": "^1.1.3",
    "ansi-regex": ">=5.0.1",
    "babel-eslint": "^10.1.0",
    "babel-loader": "^8.0.6",
    "clean-webpack-plugin": "^4.0.0",
    "copy-webpack-plugin": "^10.2.4",
    "eslint": "^7.32.0",
    "eslint-config-react-app": "^3.0.8",
    "eslint-plugin-flowtype": "^3.13.0",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-jsdoc": "^29.2.0",
    "eslint-plugin-jsx-a11y": "^6.5.1",
    "eslint-plugin-react": "^7.28.0",
    "eslint-plugin-react-hooks": "^4.3.0",
    "eslint-plugin-sort-destructure-keys": "^1.4.0",
    "eslint-webpack-plugin": "^2.6.0",
    "js-cookie": "^3.0.1",
    "react-app": "^1.1.2",
    "replace-in-file": "^5",
    "terser": "^4.4.3",
    "webpack": "^4",
    "webpack-cli": "^3.3.10",
    "webpack-fix-style-only-entries": "^0.4.0",
    "webpack-merge": "^4.2.2",
    "webpackbar": "^4.0.0"
  }
}