1234567891011121314151617181920212223 |
- {
- "name": "dl-spt",
- "version": "1.0.0",
- "description": "Download spotify playlist via dzloader api",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "build": "./node_modules/.bin/pkg . --out-dir build/ --targets node12-macos-x64,node12-win-x64,node12-linux-x64"
- },
- "bin": "index.js",
- "author": "dodosgo",
- "license": "ISC",
- "dependencies": {
- "async": "^3.2.0",
- "bent": "^7.3.1",
- "chalk": "^4.0.0",
- "figures": "^3.2.0",
- "inquirer": "^7.1.0",
- "ora": "^4.0.4",
- "pkg": "^4.4.8"
- }
- }
|