{
  "name": "repivot-wordpress",
  "version": "1.1.0",
  "description": "Turn your WordPress website into a thriving business — polish your content, win back lost rankings, and focus on the updates that make the biggest difference.",
  "scripts": {
    "build": "wp-scripts build",
    "start": "wp-scripts start",
    "package": "bash build-plugin.sh",
    "deploy": "bash build-plugin.sh && bash deploy-plugin.sh",
    "lint:js": "wp-scripts lint-js",
    "lint:css": "wp-scripts lint-style"
  },
  "devDependencies": {
    "@wordpress/scripts": "^27.0.0"
  },
  "dependencies": {
    "@wordpress/block-editor": "^12.0.0",
    "@wordpress/components": "^25.0.0",
    "@wordpress/compose": "^6.0.0",
    "@wordpress/data": "^9.0.0",
    "@wordpress/element": "^5.0.0",
    "@wordpress/i18n": "^4.0.0",
    "@wordpress/plugins": "^6.0.0",
    "@wordpress/rich-text": "^6.0.0"
  }
}
