2018-01-24 21:24:09 +01:00
|
|
|
{
|
|
|
|
"name": "SMLoadr",
|
2019-12-20 22:12:21 +01:00
|
|
|
"version": "1.10.0",
|
2018-01-24 21:24:09 +01:00
|
|
|
"description": "A streaming music downloader written in NodeJS.",
|
|
|
|
"author": "SMLoadrDev",
|
2019-09-29 20:37:52 +02:00
|
|
|
"license": "CC-BY-NC-4.0",
|
2019-03-11 18:24:08 +01:00
|
|
|
"private": false,
|
2018-01-24 21:24:09 +01:00
|
|
|
"main": "SMLoadr.js",
|
|
|
|
"bin": "SMLoadr.js",
|
2018-04-10 19:09:26 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-07-30 22:05:54 +02:00
|
|
|
"url": "https://git.fuwafuwa.moe/SMLoadrDev/SMLoadr.git"
|
2018-04-10 19:09:26 +02:00
|
|
|
},
|
|
|
|
"engines": {
|
2019-09-16 00:32:59 +02:00
|
|
|
"node": ">=9.0.0"
|
2018-04-10 19:09:26 +02:00
|
|
|
},
|
2018-01-24 21:24:09 +01:00
|
|
|
"dependencies": {
|
2019-09-15 17:05:51 +02:00
|
|
|
"cache-manager": "^2.10.0",
|
2019-03-11 18:24:08 +01:00
|
|
|
"chalk": "^2.4.2",
|
2019-09-15 17:05:51 +02:00
|
|
|
"command-line-args": "^5.1.1",
|
2018-07-30 22:05:54 +02:00
|
|
|
"command-line-usage": "^5.0.5",
|
2019-09-15 17:05:51 +02:00
|
|
|
"inquirer": "^6.5.2",
|
2019-03-11 18:24:08 +01:00
|
|
|
"jsonfile": "^5.0.0",
|
2018-01-24 21:24:09 +01:00
|
|
|
"openurl": "^1.1.1",
|
2019-09-15 17:05:51 +02:00
|
|
|
"ora": "^3.4.0",
|
2019-09-15 22:40:49 +02:00
|
|
|
"bluebird": "^3.5.5",
|
2019-03-11 18:24:08 +01:00
|
|
|
"request": "^2.88.0",
|
|
|
|
"request-plus": "^2.0.0",
|
2019-09-15 17:05:51 +02:00
|
|
|
"sanitize-filename": "^1.6.3",
|
|
|
|
"winston": "^3.2.1"
|
2019-03-11 18:24:08 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-09-16 00:32:59 +02:00
|
|
|
"pkg": "4.3.1"
|
2018-01-24 21:24:09 +01:00
|
|
|
}
|
|
|
|
}
|