-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.14 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
{
"name": "legoflow-cli",
"version": "2.7.5",
"description": "legoflow cli",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/legoflow/legoflow-cli.git"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/legoflow/legoflow-cli/issues"
},
"homepage": "https://github.com/legoflow/legoflow-cli#readme",
"bin": {
"lf": "./index.js",
"legoflow": "./index.js",
"lf-ci": "./ci.js",
"lf-eslint": "./node_modules/eslint/bin/eslint.js"
},
"dependencies": {
"axios": "^0.18.0",
"boxen": "^1.3.0",
"chalk": "^2.4.1",
"commander": "^2.17.1",
"cross-port-killer": "^1.0.1",
"del": "~3.0.0",
"format-yaml": "^0.0.1",
"fs-extra": "~5.0.0",
"glob": "~7.1.2",
"inquirer": "^5.2.0",
"legoflow-config": "1.0.0",
"legoflow-engine": "1.11.7",
"legoflow-project": "1.2.1",
"ora": "3.0.0",
"semver": "^5.5.0",
"shelljs": "^0.7.8",
"yamljs": "^0.3.0",
"yargs": "^11.1.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}