forked from losparviero/streamtape-dl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 799 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "streamtape-dl",
"version": "1.0.3",
"description": "Download Streamtape videos through the CLI.",
"main": "streamtape-dl.js",
"bin": {
"streamtape-dl": "./streamtape-dl.js"
},
"author": {
"name": "Zubin",
"email": "me@zubin.org.in",
"url": "https://zubin.org.in"
},
"repository": {
"type": "git",
"url": "git+https://github.com/losparviero/streamtape-dl.git"
},
"scripts": {
"start": "node streamtape-dl.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "AGPL-3.0",
"dependencies": {
"dotenv": "^16.0.3",
"input": "^1.0.1",
"streamtape": "^1.0.1"
},
"keywords": [
"streamtape",
"streamtape-dl",
"streamtape-api",
"streamtape-downloader",
"direct-download",
"direct-download-link"
]
}