-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.08 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
{
"name": "@iurra/chickpea-stew",
"version": "0.3.7",
"description": "Enrich Garbanzo projects with JHipster cubes",
"main": "src/index.js",
"bin": {
"stew": "bin/stew.js",
"guisar": "bin/stew.js"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"chickpea-stew",
"garbanzo"
],
"author": "Imanol Urra",
"license": "MIT",
"dependencies": {
"arg": "^4.1.3",
"chalk": "^4.1.0",
"esm": "^3.2.25",
"execa": "^4.1.0",
"generator-jhipster": "^6.10.4",
"glob": "^7.1.6",
"inquirer": "^7.3.3",
"listr": "^0.14.3",
"ncp": "^2.0.0",
"pkg-install": "^1.0.0",
"replace-in-file": "^6.1.0",
"rxjs": "^6.6.3",
"text-case": "^1.0.9"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/iurra-ginzo/chickpea-stew.git"
},
"bugs": {
"url": "https://github.com/iurra-ginzo/chickpea-stew/issues"
},
"homepage": "https://github.com/iurra-ginzo/chickpea-stew#readme"
}