-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 871 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 871 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
40
41
42
43
44
45
{
"name": "cstate-cli",
"version": "1.0.0",
"description": "CLI tool for managing cState status pages.",
"main": "lib/index.js",
"type": "module",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/cstate/cstate-cli.git"
},
"bugs": {
"url": "https://github.com/cstate/cstate-cli/issues"
},
"bin": {
"cstate": "./bin/cstate.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cstate",
"hugo",
"golang",
"go",
"statuspage",
"templates",
"writing",
"automation",
"status",
"cli"
],
"author": "cState by Mantas Vilčinskas",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"commander": "^12.1.0",
"execa": "^9.5.2",
"fs-extra": "^11.2.0",
"inquirer": "^12.3.0",
"js-yaml": "^4.1.0",
"moment-timezone": "^0.5.46",
"slugify": "^1.6.6"
}
}