1
0
mirror of https://github.com/snobu/destreamer.git synced 2026-01-16 21:12:13 +00:00

Less convoluted console coloring

This commit is contained in:
snobu
2020-04-09 12:42:14 +03:00
parent be783e84e4
commit 427b58d97d
5 changed files with 23 additions and 214 deletions

View File

@@ -19,7 +19,6 @@
"devDependencies": {
"@types/jwt-decode": "^2.2.1",
"@types/puppeteer": "^1.20.0",
"@types/terminal-kit": "^1.28.1",
"@types/yargs": "^15.0.3",
"@typescript-eslint/eslint-plugin": "^2.25.0",
"@typescript-eslint/parser": "^2.25.0",
@@ -27,11 +26,11 @@
},
"dependencies": {
"axios": "^0.19.2",
"colors": "^1.4.0",
"jwt-decode": "^2.2.0",
"puppeteer": "^2.1.1",
"sanitize-filename": "^1.6.3",
"terminal-image": "^0.2.0",
"terminal-kit": "^1.35.2",
"typescript": "^3.8.3",
"yargs": "^15.0.3"
}