SMLoadr/package.json

37 lines
944 B
JSON

{
"name": "SMLoadr",
"version": "1.9.5",
"description": "A streaming music downloader written in NodeJS.",
"author": "SMLoadrDev",
"license": "Unlicense",
"private": false,
"main": "SMLoadr.js",
"bin": "SMLoadr.js",
"repository": {
"type": "git",
"url": "https://git.fuwafuwa.moe/SMLoadrDev/SMLoadr.git"
},
"engines": {
"node": ">=9.0.0"
},
"dependencies": {
"cache-manager": "^2.10.0",
"chalk": "^2.4.2",
"command-line-args": "^5.1.1",
"command-line-usage": "^5.0.5",
"fs-plus": "^3.1.1",
"inquirer": "^6.5.2",
"jsonfile": "^5.0.0",
"openurl": "^1.1.1",
"ora": "^3.4.0",
"bluebird": "^3.5.5",
"request": "^2.88.0",
"request-plus": "^2.0.0",
"sanitize-filename": "^1.6.3",
"winston": "^3.2.1"
},
"devDependencies": {
"pkg": "4.3.1"
}
}