-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.18 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.18 KB
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
{
"name": "harbormaster-ai",
"version": "0.2.13",
"description": "Harbormaster CLI, generate fully functional webapps, serverless or RESTful APIs. Choose from available community tech stacks and models, or optinally contribute your own.",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"code",
"generator",
"generate",
"generation",
"harbormaster",
"CLI"
],
"author": "Harbormaster, Inc.",
"license": "ISC",
"dependencies": {
"@octokit/rest": "^16.43.2",
"aws-sdk": "^2.1046.0",
"boilerplate-readme-template": "^1.0.1",
"chalk": "^2.4.2",
"clear": "^0.1.0",
"cli-table": "^0.3.11",
"clui": "^0.3.6",
"commander": "^2.20.3",
"config": "^3.3.6",
"configstore": "^4.0.0",
"figlet": "^1.5.2",
"harbormaster-ai": "^0.2.13",
"harbormaster-api": "^0.1.16",
"inquirer": "^6.5.2",
"js-yaml": "^3.13.1",
"lodash": "^4.17.21",
"minimist": "^1.2.5",
"request": "^2.88.2",
"simple-git": "^1.132.0",
"touch": "^3.1.0",
"util": "^0.11.1"
},
"bin": {
"harbormaster": "./index.js"
}
}