{
  "name": "metapilot-smart-seo",
  "version": "1.0.0",
  "description": "Professional AI-powered SEO plugin for WordPress",
  "main": "index.js",
  "scripts": {
    "test": "phpunit",
    "build": "echo 'No build step required'",
    "zip": "zip -r metapilot-smart-seo.zip . -x '*.git*' 'node_modules/*' 'vendor/*' 'tests/*'"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/strativ-dev/metapilot-smart-seo.git"
  },
  "keywords": [
    "wordpress",
    "seo",
    "ai",
    "plugin"
  ],
  "author": "Strativ AB",
  "license": "GPL-2.0-or-later",
  "bugs": {
    "url": "https://github.com/strativ-dev/metapilot-smart-seo/issues"
  },
  "homepage": "https://github.com/strativ-dev/metapilot-smart-seo#readme"
}