UNPKG

@nasheedstation/soundcloud-downloader

Version:

Download Soundcloud audio with Node.js, this is a forked version, the original script was written by @zackradisic

69 lines (68 loc) 2.08 kB
{ "name": "@nasheedstation/soundcloud-downloader", "version": "1.0.3", "description": "Download Soundcloud audio with Node.js, this is a forked version, the original script was written by @zackradisic", "main": "index.js", "types": "./index.d.ts", "scripts": { "docs": "typedoc --out docs ./src --excludeInternal; touch ./docs/.nojekyll", "build": "npx tsc src/*.ts --outDir dist --esModuleInterop", "publish-script": "./publish.sh", "test": "jest --runInBand", "lint": "eslint src/ --ext .ts" }, "keywords": [ "soundcloud", "soundcloud-api", "soundcloud downloader", "soundcloud download", "soundcloud audio", "download soundcloud", "scdl" ], "repository": { "type": "git", "url": "git+https://github.com/NasheedStation/soundcloud-downloader.git" }, "author": "Zack Radisic", "license": "MIT", "dependencies": { "@babel/runtime": "^7.27.0", "axios": "^1.8.4", "dotenv": "^16.4.7", "m3u8stream": "^0.8.6", "soundcloud-key-fetch": "^1.0.13" }, "typings": "./index.d.ts", "devDependencies": { "@babel/cli": "^7.10.1", "@babel/core": "^7.10.2", "@babel/plugin-transform-runtime": "^7.10.3", "@babel/preset-env": "^7.10.2", "@typescript-eslint/eslint-plugin": "^3.5.0", "@typescript-eslint/parser": "^3.5.0", "axios-mock-adapter": "^1.18.1", "babel-watch": "^7.0.0", "eslint": "^7.3.1", "eslint-config-standard": "^14.1.1", "eslint-plugin-import": "^2.22.0", "eslint-plugin-jest": "^23.13.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "file-type": "17.1.3", "jest": "^26.0.1", "music-metadata": "^7.6.6", "typedoc": "^0.20.20", "typescript": "^4.0.2" }, "directories": { "doc": "docs", "example": "example", "test": "tests" }, "bugs": { "url": "https://github.com/NasheedStation/soundcloud-downloader/issues" }, "homepage": "https://github.com/NasheedStation/soundcloud-downloader/issueggs#readme" }