{ "name": "destreamer", "repository": { "type": "git", "url": "git://github.com/snobu/destreamer.git" }, "version": "1.0.0", "description": "Save Microsoft Stream videos for offline enjoyment.", "main": "destreamer.js", "scripts": { "build": "echo Transpiling TypeScript to JavaScript... & node node_modules/typescript/bin/tsc --listEmittedFiles", "run": "node ./destreamer.js", "start": "npm run -s build & npm run -s run", "test": "node ./destreamer.js test --videoUrls null --username null" }, "keywords": [], "author": "snobu", "license": "MIT", "devDependencies": { "@types/puppeteer": "^1.20.0", "@types/terminal-kit": "^1.28.0", "@types/yargs": "^15.0.3" }, "dependencies": { "puppeteer": "^1.20.0", "terminal-kit": "^1.26.10", "typescript": "^3.6.3", "yargs": "^15.0.3" } }