-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 857 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 857 Bytes
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
{
"name": "ytppluscli",
"version": "0.3.3",
"description": "Node CLI for use in ytp+ studio.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YTP-Plus/YTPPlusCLI.git"
},
"keywords": [
"ytpplus",
"ytpplusstudio",
"nodejs",
"ytp"
],
"author": "KiwifruitDev",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/YTP-Plus/YTPPlusCLI/issues"
},
"homepage": "https://github.com/YTP-Plus/YTPPlusCLI",
"dependencies": {
"cli-progress": "^3.8.2",
"ffmpeg-cli": "YTP-Plus/ffmpeg-cli",
"figlet": "^1.5.0",
"inquirer": "^7.3.3",
"mediainfo-static": "^1.0.5",
"minimist": "^1.2.5"
},
"engines": {
"node": ">=13.0.0"
},
"bin": {
"ytpplus": "cli.js"
}
}