SMLoadr/package.json

36 lines
919 B
JSON
Raw Normal View History

2018-01-24 21:24:09 +01:00
{
"name": "SMLoadr",
2020-01-01 11:15:11 +01:00
"version": "1.20.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",
"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",
2020-01-01 11:15:11 +01:00
"chalk": "^3.0.0",
2019-09-15 17:05:51 +02:00
"command-line-args": "^5.1.1",
2020-01-01 11:15:11 +01:00
"command-line-usage": "^6.1.0",
"inquirer": "^7.0.1",
2019-03-11 18:24:08 +01:00
"jsonfile": "^5.0.0",
2018-01-24 21:24:09 +01:00
"openurl": "^1.1.1",
2020-01-01 11:15:11 +01:00
"ora": "^4.0.3",
"bluebird": "^3.7.2",
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
}
}