1
0
mirror of https://github.com/snobu/destreamer.git synced 2026-02-13 01:59:42 +00:00

Added bin

Allow to execute ts-node (npm link)
This commit is contained in:
Darkimage
2021-11-04 12:44:46 +01:00
parent b2497865a1
commit 278e73c319
3 changed files with 4705 additions and 12 deletions

View File

@@ -7,7 +7,9 @@
"version": "2.1.0",
"description": "Save Microsoft Stream videos for offline enjoyment.",
"main": "build/src/destreamer.js",
"bin": "build/src/destreamer.js",
"bin": {
"destreamer": "bin/destreamer"
},
"scripts": {
"build": "echo Transpiling TypeScript to JavaScript... && node node_modules/typescript/bin/tsc && echo Destreamer was built successfully.",
"test": "mocha build/test",
@@ -26,7 +28,8 @@
"@typescript-eslint/parser": "^4.9.0",
"eslint": "^7.14.0",
"mocha": "^8.2.1",
"tmp": "^0.2.1"
"tmp": "^0.2.1",
"ts-node": "^10.4.0"
},
"dependencies": {
"@tedconf/fessonia": "^2.1.2",