-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 1.76 KB
/
package.json
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "mxflow",
"version": "0.64.5",
"description": "A Friendly, General purpose CLI task runner defined by a simple YAML file",
"main": "./bin/index.js",
"type": "module",
"os": [
"darwin",
"linux"
],
"engines": {
"node": ">=0.16.5"
},
"bin": {
"mxflow": "./bin/index.js",
"mxf": "./bin/index.js"
},
"scripts": {
"start": "node bin",
"build": "pkg bin/index.js --out-dir ./exec/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/metaory/mxflow-cli.git"
},
"keywords": [
"build-tool",
"ci",
"cli",
"command-line",
"console",
"git",
"make",
"mxflow",
"pipeline",
"script-runner",
"shell",
"task",
"task-manager",
"task-runner",
"term",
"terminal",
"tooling",
"tui",
"workflow",
"workflow",
"workflow-automation",
"workflow-engine",
"workflow-management"
],
"author": "metaory <metaory@gmail.com>",
"license": "MIT",
"dependencies": {
"ajv": "^8.11.0",
"boxen": "^7.0.0",
"chalk-template": "^1.1.0",
"cli-highlight": "^2.1.11",
"clipboardy": "^3.0.0",
"dotenv": "^16.0.3",
"enquirer": "^2.3.6",
"figlet": "^1.5.2",
"gradient-string": "^2.0.1",
"omelette": "^0.4.17",
"ora": "^6.1.2",
"prettycli": "^1.4.3",
"simple-find-file-recursively-up": "^1.0.1-4",
"update-notifier": "^6.0.2",
"zx": "^7.0.8"
},
"devDependencies": {
"eslint": "^8.22.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^17.12.0",
"eslint-plugin-promise": "^6.0.0",
"prettier": "3.3.0",
"rome": "12.1.3"
}
}