UNPKG

1.72 kBJSONView Raw
1{
2 "name": "@controlla/cli",
3 "version": "1.17.5",
4 "description": "Command line interface for rapid Controlla projects development",
5 "bin": {
6 "controlla": "bin/controlla.js"
7 },
8 "scripts": {
9 "test": "echo \"Error: no test specified\" && exit 1",
10 "release": "standard-version && npm publish",
11 "postinstall": "controlla-postinstall || exit 0"
12 },
13 "keywords": [
14 "controlla",
15 "cli"
16 ],
17 "author": "Ivan Sotelo <isotelo@controlla.com.mx>",
18 "repository": "Controlla/controlla-cli",
19 "private": false,
20 "publishConfig": {
21 "access": "public"
22 },
23 "controlla": {
24 "url": "https://github.com/Controlla",
25 "logoUrl": "https://controlla.com.mx/logo.txt"
26 },
27 "license": "MIT",
28 "dependencies": {
29 "@krnos/kronos": "^1.2.5",
30 "@controlla/controlla-postinstall": "^1.0.21",
31 "@vue/cli-shared-utils": "^3.7.0",
32 "async": "^2.6.2",
33 "chalk": "^2.4.2",
34 "clear": "^0.1.0",
35 "clui": "^0.3.6",
36 "commander": "^2.20.0",
37 "concurrently": "^4.1.0",
38 "configstore": "^4.0.0",
39 "consolidate": "^0.15.1",
40 "debug": "^4.1.1",
41 "envinfo": "^6.0.1",
42 "events": "^3.0.0",
43 "execa": "^1.0.0",
44 "figlet": "^1.2.1",
45 "fs-extra": "^7.0.1",
46 "handlebars": "^4.1.2",
47 "inquirer": "^6.3.1",
48 "lodash": "^4.17.11",
49 "lodash.clonedeep": "^4.5.0",
50 "metalsmith": "^2.3.0",
51 "minimist": "^1.2.0",
52 "multimatch": "^4.0.0",
53 "read-pkg": "^5.1.1",
54 "semver": "^5.7.0",
55 "touch": "^3.1.0",
56 "validate-npm-package-name": "^3.0.0"
57 },
58 "engines": {
59 "node": ">=8.9"
60 },
61 "devDependencies": {
62 "standard-version": "^6.0.1"
63 },
64 "standard-version": {
65 "skip": {
66 "commit": true,
67 "tag": true
68 }
69 }
70}