mirror of
https://git.fuwafuwa.moe/SMLoadrDev/SMLoadr
synced 2024-11-16 23:14:32 +01:00
36 lines
918 B
JSON
36 lines
918 B
JSON
{
|
|
"name": "SMLoadr",
|
|
"version": "1.9.5",
|
|
"description": "A streaming music downloader written in NodeJS.",
|
|
"author": "SMLoadrDev",
|
|
"license": "CC-BY-NC-4.0",
|
|
"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",
|
|
"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"
|
|
}
|
|
}
|