{
  "name": "easy-share-solution",
  "version": "2.0.0",
  "description": "A lightweight, modern WordPress sharing plugin with 60+ platforms support and Gutenberg blocks.",
  "author": "Your Name",
  "license": "GPL-2.0-or-later",
  "main": "build/index.js",
  "scripts": {
    "build": "wp-scripts 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:pkg-json": "wp-scripts lint-pkg-json",
    "packages-update": "wp-scripts packages-update",
    "plugin-zip": "wp-scripts plugin-zip",
    "start": "wp-scripts start",
    "test:e2e": "wp-scripts test-e2e",
    "test:unit": "wp-scripts test-unit-js",
    "makepot": "wp i18n make-pot . languages/easy-share-solution.pot --exclude=node_modules,vendor"
  },
  "devDependencies": {
    "@wordpress/scripts": "^30.20.0"
  },
  "dependencies": {
    "@wordpress/api-fetch": "^7.27.0",
    "@wordpress/block-editor": "^15.0.0",
    "@wordpress/blocks": "^15.0.0",
    "@wordpress/components": "^30.0.0",
    "@wordpress/element": "^6.27.0",
    "@wordpress/i18n": "^6.0.0",
    "chart.js": "^4.5.0",
    "react-chartjs-2": "^5.3.0"
  },
  "keywords": [
    "wordpress",
    "gutenberg",
    "block",
    "social-sharing",
    "social-media"
  ]
}
