{
  "name": "seo-manager-pro",
  "version": "25.5.18",
  "description": "A powerful SEO meta and schema manager for Angular, React, Vue and Vanilla JS apps.",
  "main": "dist/seo-manager-pro.js",
  "types": "dist/seo-manager-pro.d.ts",
  "files": [
    "dist/",
    "README.md",
    "LICENSE.txt"
  ],
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run clean && npm run build"
  },
  "keywords": [
    "SEO",
    "Meta",
    "Schema",
    "Angular",
    "React",
    "Vue",
    "typescript",
    "seo-manager"
  ],
  "author": "MohammadBagher Sharifi",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/mbsh-code/seo-manager-pro.git"
  }
}
