将 Qoo10 的商品列表.xlsx 中的相册按SKU命名文件夹现在下载到本地
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 tygodni temu
1234567891011121314151617
  1. {
  2. "name": "q10-goods-export",
  3. "version": "1.0.0",
  4. "main": "app.js",
  5. "scripts": {
  6. "test": "echo \"Error: no test specified\" && exit 1",
  7. "start": "node app.js"
  8. },
  9. "keywords": [],
  10. "author": "",
  11. "license": "ISC",
  12. "description": "",
  13. "dependencies": {
  14. "axios": "^1.6.7",
  15. "xlsx": "^0.18.5"
  16. }
  17. }