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

Early work for token cache implementation

This commit is contained in:
snobu
2020-03-30 16:00:05 +03:00
parent 7267c0f820
commit cc195409ed
5 changed files with 59 additions and 1 deletions

View File

@@ -17,6 +17,7 @@
"author": "snobu",
"license": "MIT",
"devDependencies": {
"@types/jwt-decode": "^2.2.1",
"@types/puppeteer": "^1.20.0",
"@types/terminal-kit": "^1.28.1",
"@types/yargs": "^15.0.3",
@@ -26,6 +27,7 @@
},
"dependencies": {
"axios": "^0.19.2",
"jwt-decode": "^2.2.0",
"puppeteer": "^2.1.1",
"sanitize-filename": "^1.6.3",
"terminal-kit": "^1.35.2",