{
  "name": "soundcloud-downloader",
  "version": "1.0.0",
  "description": "Download Soundcloud audio with Node.js",
  "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/zackradisic/node-soundcloud-downloader"
  },
  "author": "Zack Radisic",
  "license": "MIT",
  "dependencies": {
    "@babel/runtime": "^7.10.3",
    "axios": "^0.21.0",
    "dotenv": "^8.2.0",
    "m3u8stream": "^0.8.0",
    "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"
  }
}
