1
0
mirror of https://github.com/snobu/destreamer.git synced 2026-02-12 09:39:42 +00:00

Sync tokencache and dev branches

This commit is contained in:
kylon
2020-04-10 12:21:41 +02:00
parent f534ca160b
commit 48f12f873f
6 changed files with 701 additions and 334 deletions

View File

@@ -17,21 +17,23 @@
"author": "snobu",
"license": "MIT",
"devDependencies": {
"@types/fluent-ffmpeg": "^2.1.14",
"@types/jwt-decode": "^2.2.1",
"@types/puppeteer": "^1.20.0",
"@types/mocha": "^7.0.2",
"@types/puppeteer": "^1.20.4",
"@types/tmp": "^0.1.0",
"@types/yargs": "^15.0.3",
"@typescript-eslint/eslint-plugin": "^2.25.0",
"@typescript-eslint/parser": "^2.25.0",
"eslint": "^6.8.0"
"eslint": "^6.8.0",
"mocha": "^7.1.1",
"tmp": "^0.1.0"
},
"dependencies": {
"@types/mocha": "^7.0.2",
"@types/fluent-ffmpeg": "^2.1.14",
"axios": "^0.19.2",
"colors": "^1.4.0",
"fluent-ffmpeg": "^2.1.2",
"is-elevated": "^3.0.0",
"jwt-decode": "^2.2.0",
"mocha": "^7.1.1",
"puppeteer": "^2.1.1",
"sanitize-filename": "^1.6.3",
"terminal-image": "^0.2.0",