-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 953 Bytes
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 953 Bytes
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
{
"name": "@haaretz/htz-frontend-cli",
"version": "1.0.4",
"description": "yarn workspaces autocompletion for htz-frontend",
"main": "index.js",
"bin": {
"htz": "./index.js"
},
"author": "TxHawks",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Haaretz/htz-frontend-cli.git"
},
"license": "MIT",
"keywords": [
"cli",
"tabtab",
"tab",
"complete",
"completion",
"autocompletion"
],
"scripts": {
"clean": "htz-scripts clean",
"format": "htz-scripts format",
"lint": "htz-scripts lint"
},
"dependencies": {
"chalk": "^2.4.1",
"cross-env": "^5.2.0",
"cross-spawn": "^6.0.5",
"fs-extra": "^7.0.1",
"inquirer": "^6.2.1",
"inquirer-select-directory": "^1.2.0",
"omelette": "^0.4.12",
"readdir-enhanced": "^2.2.4"
},
"devDependencies": {
"@haaretz/htz-react-base": "^1.1.0"
}
}