-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.66 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
{
"name": "@liquid-labs/liq-cli",
"version": "1.0.0-prototype.18",
"description": "A process aware development, testing, and deployment management tool.",
"main": "dist/liq.js",
"bin": {
"liq": "dist/liq-cli.js"
},
"files": [
"dist/*"
],
"scripts": {
"build": "make all",
"test": "make test",
"lint": "make lint",
"lint:fix": "make lint-fix",
"clean": "make clean",
"preversion": "make qa",
"prepare": "npm run build",
"qa": "make qa"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/liquid-labs/liq-cli.git"
},
"author": "Zane Rockenbaugh <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/liquid-labs/liq-cli/issues"
},
"homepage": "https://liquid-labs.github.io/liq-cli/",
"devDependencies": {
"@liquid-labs/bash-rollup": "^1.0.0-alpha.6",
"@liquid-labs/bash-toolkit": "^1.0.0-alpha.61",
"@liquid-labs/catalyst-scripts-node-project": "^1.0.0-alpha.22"
},
"liq": {
"orgBase": "[email protected]:liquid-labs/liquid-labs.git",
"packageType": "tools|lib|node",
"changeControl": {
"type": "code"
},
"versionCheck": {
"options": [
"--skip-unused"
]
}
},
"dependencies": {
"@liquid-labs/edit-section": "^1.0.0-alpha.1",
"@liquid-labs/federated-json": "^1.0.0-alpha.34",
"@liquid-labs/liq-defaults": "^1.0.0-alpha.3",
"@liquid-labs/npm-toolkit": "^1.0.0-alpha.3",
"@liquid-labs/plugable-express-cli": "^1.0.0-alpha.5",
"@liquid-labs/question-and-answer": "^1.0.0-alpha.10",
"@liquid-labs/terminal-text": "^1.0.0-alpha.2",
"@liquid-labs/wrap-text": "^1.0.0-alpha.5"
}
}