|
12345678910111213141516171819 |
- {
- "name": "yahoo-goods-export",
- "version": "1.0.0",
- "description": "从CSV文件导出商品图片的工具",
- "main": "app.js",
- "scripts": {
- "start": "node app.js"
- },
- "dependencies": {
- "axios": "^1.6.0",
- "csv-parse": "^4.16.3"
- },
- "engines": {
- "node": ">=14.0.0"
- },
- "private": true,
- "author": "",
- "license": "UNLICENSED"
- }
|