aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..f01923d
--- /dev/null
+++ b/package.json
@@ -0,0 +1,18 @@
+{
+ "name": "lingodl",
+ "version": "1.0.0",
+ "description": "1. get stream.mpd from npo (starts in vendor.js at some load call) 2. read segment offsets 3. download segment offsets 4. cat them together into mime type file extension (video/mp4) for lingo",
+ "main": "dl.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "keywords": [],
+ "author": "",
+ "license": "ISC",
+ "dependencies": {
+ "axios": "^0.21.1",
+ "cheerio": "^1.0.0-rc.10",
+ "puppeteer": "^10.1.0",
+ "xml2js": "^0.4.23"
+ }
+}