mirror of https://github.com/jkjoy/sunpeiwen.git
26 lines
564 B
JSON
26 lines
564 B
JSON
{
|
|
"name": "hexo-ai-excerpt",
|
|
"version": "1.1.1",
|
|
"description": "使用ai自动为文章生成摘要",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/rootlexblog/hexo-ai-excerpt"
|
|
},
|
|
"keywords": [
|
|
"hexo",
|
|
"hexo-plugin",
|
|
"chatgpt"
|
|
],
|
|
"author": "rootlex",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"html-to-text": "^9.0.5",
|
|
"chatgpt": "^5.2.2"
|
|
},
|
|
"homepage": "https://github.com/rootlexblog/hexo-ai-excerpt"
|
|
}
|