mirror of
https://github.com/freestylefly/xiaohongshu-skills.git
synced 2026-09-19 05:56:07 +08:00
29 lines
561 B
JSON
29 lines
561 B
JSON
{
|
|
"name": "xiaohongshu-cover-generator",
|
|
"version": "1.0.0",
|
|
"description": "生成小红书风格封面图的 skill",
|
|
"type": "module",
|
|
"main": "handler.ts",
|
|
"scripts": {
|
|
"start": "tsx handler.ts"
|
|
},
|
|
"keywords": [
|
|
"xiaohongshu",
|
|
"cover",
|
|
"generator",
|
|
"image"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"node-fetch": "^3.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.0.0",
|
|
"tsx": "^4.0.0"
|
|
},
|
|
"config": {
|
|
"apiKeyHelp": "请前往 https://api.canghe.ai/ 获取您的 API Key"
|
|
}
|
|
}
|