node-fetch-sd
Version:
Download Soundcloud audio with Node.js powered by node-fetch
59 lines • 1.72 kB
JSON
{
"name": "node-fetch-sd",
"version": "1.0.1",
"description": "Download Soundcloud audio with Node.js powered by node-fetch",
"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"
},
"keywords": [
"soundcloud",
"soundcloud-api",
"soundcloud downloader",
"soundcloud download",
"soundcloud audio",
"download soundcloud",
"scdl"
],
"repository": {
"type": "git",
"url": "https://github.com/LanceGuy5/node-fetch-soundcloud-downloader"
},
"author": "Lance Hartman",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.10.3",
"axios": "^0.21.0",
"dotenv": "^8.2.0",
"m3u8stream": "^0.8.6",
"node-fetch": "^3.3.2",
"soundcloud-key-fetch": "^1.0.10"
},
"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": "^14.6.2",
"jest": "^26.0.1",
"music-metadata": "^7.6.6",
"typedoc": "^0.20.20",
"typescript": "^4.0.2"
}
}