-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.17 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
{
"name": "@bluecadet/cadet",
"version": "1.4.0",
"description": "",
"bugs": {
"url": "https://github.com/bluecadet/cadet/issues"
},
"repository": "github:bluecadet/cadet",
"main": "index.js",
"bin": {
"cadet": "./bin/cadet.js"
},
"preferGlobal": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"contributors": [
{
"name": "Pete Inge",
"email": "[email protected]"
},
{
"name": "Shaun Baer",
"email": "[email protected]"
}
],
"license": "ISC",
"dependencies": {
"bl": ">=4.1.0",
"broken-link-checker": "^0.7.8",
"chalk": "^4.1.0",
"cli-progress": "^3.9.0",
"cli-spinner": "^0.2.10",
"decompress": ">=4.2.1",
"download-git-repo": "^3.0.2",
"enquirer": "^2.3.6",
"fs-extra": "^9.1.0",
"github-api": "^3.4.0",
"handlebars": "^4.7.7",
"handlebars-intl": "^1.1.2",
"js-yaml": "^4.0.0",
"lodash": "^4.17.20",
"minimist": ">=1.2.5",
"mysql": "^2.18.1",
"qoa": "^0.2.0",
"request": "^2.88.0",
"rsync": "^0.6.1",
"semver": "^7.3.4",
"yaml": "^1.10.0",
"yargs": "^16.2.0",
"zlib": "^1.0.5"
}
}