scdl-core
Version:
SoundCloud downloader
54 lines (53 loc) • 1.19 kB
JSON
{
"name": "scdl-core",
"version": "1.1.0",
"description": "SoundCloud downloader",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"@types"
],
"scripts": {
"prepare": "npm run build",
"build": "rm -rf dist && tsc",
"test": "jest",
"lint": "eslint . --ext .ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/misa198/scdl-core.git"
},
"keywords": [
"soundcloud",
"soundcloud-downloader",
"soundcloud-api",
"scdl",
"nodejs",
"node",
"typescript",
"discord.js"
],
"author": "Thanh Vu <misa198>",
"license": "MIT",
"bugs": {
"url": "https://github.com/misa198/scdl-core/issues"
},
"homepage": "https://misa198.github.io/scdl-core",
"devDependencies": {
"@types/jest": "^27.0.1",
"@types/lodash": "^4.14.178",
"@types/node": "^15.6.0",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"eslint": "^7.27.0",
"jest": "^27.1.0",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
},
"dependencies": {
"axios": "^0.23.0",
"lodash": "^4.17.21",
"m3u8stream": "^0.8.4"
}
}