Files
Amazon_img/package.json
2026-01-03 14:18:48 +08:00

23 lines
396 B
JSON

{
"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"
}
}