forked from cloudconvert/cloudconvert-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 701 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 701 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
{
"name": "cloudconvert-cli",
"version": "2.0.3",
"description": "Command Line Interface for the CloudConvert API v2",
"homepage": "https://github.com/cloudconvert/cloudconvert-cli",
"author": "Josias Montag <josias@montag.info>",
"repository": {
"type": "git",
"url": "https://github.com/cloudconvert/cloudconvert-cli.git"
},
"bugs": {
"url": "https://github.com/cloudconvert/cloudconvert-cli/issues"
},
"preferGlobal": true,
"bin": {
"cloudconvert": "lib/cli.js"
},
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"cloudconvert": "^2.3.5",
"glob": "^7.1.6",
"log-symbols": "^3.0.0",
"ora": "^3.4.0",
"yargs": "^14.2.2"
}
}