SMLoadr/package.json

37 lines
944 B
JSON
Raw Normal View History

2018-01-24 21:24:09 +01:00
{
"name": "SMLoadr",
2019-03-11 18:24:08 +01:00
"version": "1.9.5",
2018-01-24 21:24:09 +01:00
"description": "A streaming music downloader written in NodeJS.",
"author": "SMLoadrDev",
"license": "Unlicense",
2019-03-11 18:24:08 +01:00
"private": false,
2018-01-24 21:24:09 +01:00
"main": "SMLoadr.js",
"bin": "SMLoadr.js",
"repository": {
"type": "git",
2018-07-30 22:05:54 +02:00
"url": "https://git.fuwafuwa.moe/SMLoadrDev/SMLoadr.git"
},
"engines": {
"node": ">=9.0.0"
},
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",
"fs-plus": "^3.1.1",
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",
"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": {
"pkg": "4.3.1"
2018-01-24 21:24:09 +01:00
}
}