package.json 575 B

1234567891011121314151617181920212223
  1. {
  2. "name": "dl-spt",
  3. "version": "1.0.0",
  4. "description": "Download spotify playlist via dzloader api",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "build": "./node_modules/.bin/pkg . --out-dir build/ --targets node12-macos-x64,node12-win-x64,node12-linux-x64"
  9. },
  10. "bin": "index.js",
  11. "author": "dodosgo",
  12. "license": "ISC",
  13. "dependencies": {
  14. "async": "^3.2.0",
  15. "bent": "^7.3.1",
  16. "chalk": "^4.0.0",
  17. "figures": "^3.2.0",
  18. "inquirer": "^7.1.0",
  19. "ora": "^4.0.4",
  20. "pkg": "^4.4.8"
  21. }
  22. }