-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 874 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
37
38
39
40
41
42
43
44
45
46
{
"name": "ttvd",
"version": "1.0.0",
"description": "Twitch TV VOD Downloader",
"main": "lib/index.js",
"directories": {
"lib": "lib"
},
"bin" : {
"ttvd" : "lib/index.js"
},
"dependencies": {
"child_process": "^1.0.2",
"commander": "^5.1.0",
"dotenv-flow": "^3.1.0",
"downloads-folder": "^1.0.4",
"fs-extra": "^9.0.1",
"inquirer": "^7.1.0",
"node-fetch": "^2.6.1",
"ora": "^4.0.4",
"path": "^0.12.7",
"util": "^0.12.3"
},
"devDependencies": {
"@types/dotenv-flow": "^3.0.0",
"@types/fs-extra": "^9.0.1",
"@types/inquirer": "^6.5.0",
"@types/node-fetch": "^2.5.7"
},
"scripts": {
"start": "tsc && node lib\\index.js mizkif"
},
"keywords": [
"twitch",
"vod",
"cli",
"downloader",
"videos"
],
"repository": {
"type": "git",
"url": "https://github.com/LochiQF/ttvd"
},
"author": "LochiQF",
"license": "MIT"
}