{
  "name": "pi-seo",
  "version": "1.0.0",
  "description": "SEO assistant extension for pi powered by Google Lighthouse audits and actionable recommendations.",
  "license": "MIT",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi",
    "seo",
    "metadata",
    "technical-seo",
    "lighthouse",
    "googlechrome"
  ],
  "homepage": "https://pi.dev/packages/pi-seo",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dmytrobaida/pi-seo.git"
  },
  "bugs": {
    "url": "https://github.com/dmytrobaida/pi-seo/issues"
  },
  "files": [
    "extensions",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "chrome-launcher": "^1.1.2",
    "lighthouse": "^12.8.2"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "pi": {
    "extensions": [
      "./extensions"
    ]
  },
  "scripts": {
    "build": "echo \"No build step required for pi TypeScript extensions\"",
    "pack:dry-run": "npm pack --dry-run",
    "publish:npm": "npm publish --access public --provenance"
  }
}