初始提交

This commit is contained in:
2026-01-03 14:18:48 +08:00
commit 282608a482
7 changed files with 815 additions and 0 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "amazon-image-generator",
"version": "1.0.0",
"description": "亚马逊产品图生成工作流",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [
"amazon",
"image-generation",
"workflow"
],
"author": "",
"license": "MIT",
"dependencies": {
"axios": "^1.6.0",
"dotenv": "^16.3.1",
"form-data": "^4.0.0"
}
}