generated from BreadCity/cli-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.01 KB
/
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
{
"name": "@exponentialworkload/ytdl",
"version": "1.1.0",
"description": "Interactive Command-Line Utility for ytdl-core",
"main": "dist/index.js",
"scripts": {
"build": "rollup -c --bundleConfigAsCjs",
"dev": "echo $ build && rollup -c --bundleConfigAsCjs && echo $ start && node .",
"start": "node ."
},
"keywords": [],
"author": "Exponential-Workload",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-typescript": "^11.0.0",
"@types/node": "^18.11.18",
"@types/prompts": "^2.4.2",
"rollup": "^3.13.0",
"tslib": "^2.5.0",
"typescript": "^4.9.5"
},
"dependencies": {
"@exponentialworkload/logger": "1.0.10",
"ffmpeg-static": "^5.1.0",
"get-cursor-position": "^2.0.0",
"prompts": "^2.4.2",
"ytdl-core": "^4.11.2"
},
"bin": {
"ytdl-cli": "dist/index.js",
"ytdc": "dist/index.js"
},
"repository": {
"url": "https://github.com/BreadCity/ytdl.git",
"type": "git"
},
"homepage": "https://github.com/BreadCity/ytdl#readme"
}