1
0
mirror of https://github.com/snobu/destreamer.git synced 2026-02-02 21:32:17 +00:00

Convert to TypeScript project

This commit is contained in:
snobu
2019-10-01 07:36:24 +03:00
parent 7035b38963
commit c0dbc3e768
7 changed files with 530 additions and 146 deletions

View File

@@ -4,15 +4,18 @@
"description": "",
"main": "destreamer.js",
"scripts": {
"start": "node ./destreamer.js"
"start": "echo Transpiling TypeScript to JavaScript... && tsc && node ./destreamer.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"puppeteer": "^1.11.0"
"@types/puppeteer": "^1.19.1",
"@types/terminal-kit": "^1.28.0"
},
"dependencies": {
"ffmpeg-progressbar-cli": "^1.5.0",
"puppeteer": "^1.19.1",
"terminal-kit": "^1.26.10"
}
}