-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
115 lines (115 loc) · 2.67 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "bosco-alt",
"version": "6.0.5",
"description": "Bosco will take care of your microservices, just don't try and use him on a plane.",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "nyc mocha",
"compile-help": "node ./compile-help.js",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"prepare": "husky"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"engines": {
"node": ">= 20",
"npm": ">= 10"
},
"keywords": [
"micro",
"service",
"build",
"automation",
"project"
],
"bin": {
"ba": "./bin/ba.js"
},
"man": [
"./man/ba-activity.3",
"./man/ba-clean.3",
"./man/ba-clone.3",
"./man/ba-commit.3",
"./man/ba-config.3",
"./man/ba-exec.3",
"./man/ba-grep.3",
"./man/ba-install.3",
"./man/ba-morning.3",
"./man/ba-ps.3",
"./man/ba-pull-docker.3",
"./man/ba-pull-git.3",
"./man/ba-pull.3",
"./man/ba-run.3",
"./man/ba-setup.3",
"./man/ba-stop.3",
"./man/ba-team.3",
"./man/ba-template.3",
"./man/ba-upstream.3"
],
"directories": {
"bin": "./bin"
},
"repository": {
"type": "git",
"url": "https://github.com/cliftonc/bosco-alt.git"
},
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"appdirectory": "^0.1.0",
"async": "^3.2.5",
"bluebird": "^3.7.2",
"cli-table": "^0.3.11",
"colors": "^1.3.3",
"dockerode": "^4.0.2",
"figlet": "^1.7.0",
"fs-extra": "^11.2.0",
"glob": "^10.3.12",
"handlebars": "^4.7.8",
"highland": "^2.13.5",
"inquirer": "^7.3.3",
"ip": "^1.1.9",
"json2csv": "^6.0.0-alpha.2",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"nconf": "^0.12.1",
"octonode": "^0.10.2",
"osenv": "^0.1.5",
"parse-link-header": "^2.0.0",
"pm2": "^5.3.1",
"prettyjson": "^1.2.5",
"progress": "^2.0.3",
"prompt": "^1.3.0",
"request": "^2.88.2",
"semver": "^7.6.0",
"sf": "^0.1.9",
"symlink": "^2.1.0",
"tail": "^2.2.6",
"tar-fs": "^3.0.5",
"traverse": "^0.6.8",
"treeify": "^1.1.0",
"tty-table": "^4.2.3",
"yargs": "^17.7.0"
},
"devDependencies": {
"chai": "^4.4.1",
"coveralls": "^3.1.1",
"eslint": "latest",
"eslint-config-airbnb": "latest",
"eslint-config-airbnb-base": "latest",
"eslint-plugin-import": "^2.29.1",
"expect.js": "^0.3.1",
"husky": "^9.0.11",
"marked": "^12.0.1",
"mocha": "^10.4.0",
"npm-audit-helper": "^4.0.0",
"nyc": "^15.1.0",
"remark-man": "^9.0.0",
"remark-parse": "^11.0.0",
"sinon": "^7.5.0",
"to-vfile": "^8.0.0",
"unified": "^11.0.0"
}
}