-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.17 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
{
"name": "@toguro/cli",
"version": "1.0.46",
"description": "Toguro cli to create and manage custom apps",
"main": "src/cli.js",
"bin": {
"toguro": "bin/toguro.js"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"publish-patch": "npm version patch --no-git-tag-version && npm publish"
},
"files": [
"bin/",
"src/",
"templates/"
],
"keywords": [
"toguro",
"cli",
"manage-apps",
"create-app",
"toguro",
"custom-apps",
"app",
"manage"
],
"author": "Toguro",
"license": "MIT",
"dependencies": {
"arg": "^5.0.1",
"chalk": "^4.1.2",
"commander": "^8.1.0",
"esm": "^3.2.25",
"execa": "^5.1.1",
"inquirer": "^8.1.2",
"listr": "^0.14.3",
"ncp": "^2.0.0",
"semver": "^7.3.5",
"uuid": "^8.3.2"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/hmendes00/toguro-cli.git"
},
"bugs": {
"url": "https://github.com/hmendes00/toguro-cli/issues"
},
"homepage": "https://github.com/hmendes00/toguro-cli#readme"
}