{
  "name": "hexo-ai-summary-pro",
  "version": "1.0.3",
  "description": "Professional AI summary generator for Hexo - supports multiple AI providers with automatic generation",
  "main": "index.js",
  "keywords": [
    "hexo",
    "hexo-plugin",
    "ai",
    "summary",
    "摘要",
    "openai",
    "claude",
    "gemini",
    "deepseek",
    "automatic",
    "智能摘要",
    "文章摘要",
    "blog",
    "content"
  ],
  "author": {
    "name": "y0un92",
    "email": "2217893094@qq.com",
    "url": "https://blog.y0un92.top"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/young-her/hexo-ai-summary-pro.git"
  },
  "bugs": {
    "url": "https://github.com/young-her/hexo-ai-summary-pro/issues"
  },
  "homepage": "https://github.com/young-her/hexo-ai-summary-pro#readme",
  "engines": {
    "node": ">=14.0.0"
  },
  "peerDependencies": {
    "hexo": ">=5.0.0"
  },
  "files": [
    "index.js",
    "lib/",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}
