This repository was archived by the owner on Oct 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.27 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.27 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "little-espresso",
"prettyName": "Little Espresso",
"version": "1.0.7",
"description": "A lightweight video compression utility",
"author": "Marcus Cemes",
"license": "Apache-2.0",
"main": "index.js",
"bin": {
"little-espresso": "bin/parse-cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/MarcusCemes/little-espresso"
},
"bugs": "https://github.com/MarcusCemes/little-espresso/issues",
"dependencies": {
"center-align": "^1.0.1",
"chalk": "^4.1.0",
"clear": "^0.1.0",
"command-exists": "^1.2.9",
"commander": "^6.0.0",
"elegant-spinner": "^2.0.0",
"execa": "^4.0.3",
"fast-glob": "^3.2.4",
"figures": "^3.2.0",
"filesize-parser": "^1.5.0",
"fs-extra": "^9.0.1",
"inquirer": "^7.3.3",
"log-update": "^4.0.0",
"pretty-bytes": "^5.3.0",
"slash": "^3.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"espresso",
"clip",
"video",
"compression",
"ffmpeg",
"utility",
"easy",
"lightweight",
"skype",
"discord",
"email",
"h264",
"transcode"
],
"engines": {
"node": ">=8"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}