@klettelars/soundcloud-downloader
Version:
Download Soundcloud audio with Node.js
67 lines (66 loc) • 1.9 kB
JSON
{
"name": "@klettelars/soundcloud-downloader",
"version": "1.0.0",
"description": "Download Soundcloud audio with Node.js",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"docs": "typedoc --out docs ./src --excludeInternal; touch ./docs/.nojekyll",
"build": "tsc",
"publish-script": "./publish.sh",
"test": "jest --runInBand"
},
"keywords": [
"soundcloud",
"soundcloud-api",
"soundcloud downloader",
"soundcloud download",
"soundcloud audio",
"download soundcloud",
"scdl"
],
"repository": {
"type": "git",
"url": "git+https://github.com/zackradisic/node-soundcloud-downloader.git"
},
"author": "Zack Radisic",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.17.0",
"axios": "^0.25.0",
"dotenv": "^8.6.0",
"m3u8stream": "^0.8.6",
"soundcloud-key-fetch": "^1.0.11"
},
"devDependencies": {
"@babel/cli": "^7.17.0",
"@babel/core": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"axios-mock-adapter": "^1.20.0",
"babel-watch": "^7.7.0",
"eslint": "^7.32.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.1.0",
"file-type": "^14.7.1",
"jest": "^26.6.3",
"music-metadata": "^7.11.8",
"typedoc": "^0.22.11",
"typescript": "^4.5.5"
},
"bugs": {
"url": "https://github.com/zackradisic/node-soundcloud-downloader/issues"
},
"homepage": "https://github.com/zackradisic/node-soundcloud-downloader#readme",
"directories": {
"doc": "docs",
"example": "example",
"test": "tests"
}
}