forked from vervallsweg/cast-web-api-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 754 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 754 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
{
"name": "cast-web-api-cli",
"version": "1.2.1",
"description": "Command line manager for cast-web-api",
"main": "index.js",
"scripts": {
},
"repository": {
"type": "git",
"url": "git+https://github.com/vervallsweg/cast-web-api-cli.git"
},
"author": "vervallsweg",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/vervallsweg/cast-web-api-cli/issues"
},
"homepage": "https://github.com/vervallsweg/cast-web-api-cli#readme",
"dependencies": {
"ora": "^3.4.0",
"cli-table3": "^0.5.1",
"caporal": "^1.2.0",
"pm2": "3.4.1",
"cast-web-api": "1.2.1"
},
"optionalDependencies": {
"pm2-windows-startup": "1.0.3"
},
"bin": {
"cast-web-api-cli": "./bin/cast-web-api-cli"
}
}