-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 1.83 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
{
"name": "cloudcraft",
"version": "1.0.0-alpha.0",
"description": "A robust Minecraft server management tool using Google Cloud.",
"main": "dist/cloudcraft.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"
},
"bin": {
"cloudcraft": "./dist/cloudcraft-exec.js"
},
"files": [
"./dist",
"README.md",
"LICENSE.md"
],
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"minecraft",
"cloud",
"cli"
],
"author": "Zane Rockenbaugh <[email protected]>",
"license": "Apache-2.0",
"repository": {
"url": "git+ssh://[email protected]/Liquid-Labs/cloudcraft.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/Liquid-Labs/cloudcraft/issues"
},
"homepage": "https://github.com/Liquid-Labs/cloudcraft#readme",
"liq": {
"orgBase": "[email protected]:Liquid-Labs/Liquid-Labs.git"
},
"dependencies": {
"@google-cloud/billing": "^4.0.2",
"@google-cloud/compute": "^4.1.0",
"@google-cloud/resource-manager": "^5.0.1",
"@google-cloud/storage": "^7.7.0",
"@liquid-labs/plugable-express-cli": "^1.0.0-alpha.18",
"@liquid-labs/question-and-answer": "^1.0.0-alpha.15",
"@liquid-labs/shell-toolkit": "^1.0.0-alpha.10",
"command-line-args": "^5.2.1",
"command-line-documentation": "^1.0.0-alpha.3",
"command-line-usage": "^7.0.1",
"find-plus": "^1.1.1",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"ping": "^0.4.4"
},
"devDependencies": {
"@liquid-labs/sdlc-resource-babel-and-rollup": "^1.0.0-alpha.5",
"@liquid-labs/sdlc-resource-eslint": "^1.0.0-alpha.2",
"@liquid-labs/sdlc-resource-jest": "^1.0.0-alpha.5"
},
"_comply": {
"orgKey": "@liquid-labs"
}
}