-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
87 lines (87 loc) · 2.5 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
{
"name": "cloudsite",
"version": "1.0.0-beta.8",
"description": "Low cost, high performance cloud based website hosting manager.",
"main": "dist/cloudsite.js",
"scripts": {
"build": "make",
"lint": "make lint",
"lint:fix": "make lint-fix",
"test": "make test",
"prepack": "make build",
"preversion": "npm test && make lint",
"qa": "make qa"
},
"files": [
"dist/*"
],
"bin": {
"cloudsite": "./dist/cloudsite-exec.js"
},
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"aws",
"cdn",
"cli",
"cloud",
"cloudfront",
"hosting",
"s3",
"static website",
"website",
"website hosting"
],
"author": "Zane Rockenbaugh <[email protected]>",
"license": "Apache-2.0",
"repository": "git+ssh://[email protected]/liquid-labs/cloudsite.git",
"bugs": {
"url": "https://github.com/liquid-labs/cloudsite/issues"
},
"homepage": "https://cloudsitehosting.org",
"dependencies": {
"@aws-sdk/client-account": "^3.554.0",
"@aws-sdk/client-acm": "^3.515.0",
"@aws-sdk/client-cloudformation": "^3.521.0",
"@aws-sdk/client-cloudfront": "^3.523.0",
"@aws-sdk/client-cost-explorer": "^3.535.0",
"@aws-sdk/client-iam": "^3.554.0",
"@aws-sdk/client-identitystore": "^3.554.0",
"@aws-sdk/client-lambda": "^3.533.0",
"@aws-sdk/client-organizations": "^3.574.0",
"@aws-sdk/client-route-53": "^3.523.0",
"@aws-sdk/client-s3": "^3.536.0",
"@aws-sdk/client-sso-admin": "^3.554.0",
"@aws-sdk/client-sts": "^3.521.0",
"@aws-sdk/credential-providers": "^3.515.0",
"@aws-sdk/signature-v4-crt": "^3.535.0",
"@liquid-labs/shell-toolkit": "^1.0.0-alpha.10",
"command-line-help": "^1.0.0-alpha.1",
"js-yaml": "^4.1.0",
"mime-types": "^2.1.35",
"question-and-answer": "^1.0.0-alpha.22",
"regex-repo": "^1.3.0",
"s3-empty-bucket": "^1.0.0-alpha.8",
"s3-sync-client": "^4.3.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@liquid-labs/sdlc-resource-babel-and-rollup": "^1.0.0-alpha.8",
"@liquid-labs/sdlc-resource-eslint": "^1.0.0-alpha.11",
"@liquid-labs/sdlc-resource-jest": "^1.0.0-alpha.7",
"magic-print": "^1.0.0-alpha.18"
},
"_comply": {
"orgKey": "@liquid-labs"
},
"peerDependencies": {
"command-line-args": "^5.2.1",
"command-line-documentation": "^1.0.0-alpha.6",
"command-line-usage": "^7.0.1",
"config-ini-parser": "^1.6.1",
"json-to-plain-text": "^1.1.4",
"lodash": "^4.17.21",
"magic-print": "^1.0.0-alpha.4"
}
}