package.json 292 B

12345678910111213141516
  1. {
  2. "name": "down-folder",
  3. "version": "0.0.1",
  4. "description": "文件夹下载",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "keywords": [
  10. "万赛云盘",
  11. "文件夹下载"
  12. ],
  13. "author": "winsoft",
  14. "license": "ISC"
  15. }