{
  "name": "hexo-ai-summary-liushen",
  "version": "2.0.0",
  "description": "Hexo 插件：使用 AI（如 ChatGPT 或腾讯混元）自动为 Markdown 博文生成摘要，并将摘要写入 front-matter，可控制并发请求。",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/willow-god/hexo-ai-summary"
  },
  "keywords": [
    "hexo",
    "hexo-plugin",
    "chatgpt",
    "openai",
    "ai",
    "summary",
    "markdown",
    "front-matter",
    "hexo-generator",
    "blog"
  ],
  "author": "LiuShen",
  "license": "MIT",
  "homepage": "https://github.com/willow-god/hexo-ai-summary",
  "dependencies": {
    "p-limit": "^2.3.0",
    "axios": "^0.19.2",
    "hexo-front-matter": "^4.2.1",
    "node-fetch": "^1.6.3"
  },
  "files": [
    "index.js",
    "ai.js",
    "strip.js",
    "README.md"
  ]
}
