SMLoadr/package.json

36 lines
918 B
JSON
Raw Normal View History

2018-01-24 21:24:09 +01:00
{
"name": "SMLoadr",
2020-05-08 19:08:38 +02:00
"version": "1.23.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": {
2020-05-04 16:18:24 +02:00
"bluebird": "^3.7.2",
2020-05-08 19:08:38 +02:00
"cache-manager": "^3.3.0",
"chalk": "^4.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",
2020-05-04 16:18:24 +02:00
"inquirer": "^7.1.0",
2020-05-08 19:08:38 +02:00
"jsonfile": "^6.0.1",
2018-01-24 21:24:09 +01:00
"openurl": "^1.1.1",
2020-05-04 16:18:24 +02:00
"ora": "^4.0.4",
"request": "^2.88.2",
2019-03-11 18:24:08 +01:00
"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
}
}