UNPKG

1.69 kBJSONView Raw
1{
2 "name": "@controlla/cli",
3 "version": "1.10.1",
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 "@controlla/controlla-postinstall": "^1.0.21",
30 "@vue/cli-shared-utils": "^3.7.0",
31 "async": "^2.6.2",
32 "chalk": "^2.4.2",
33 "clear": "^0.1.0",
34 "clui": "^0.3.6",
35 "commander": "^2.20.0",
36 "concurrently": "^4.1.0",
37 "configstore": "^4.0.0",
38 "consolidate": "^0.15.1",
39 "debug": "^4.1.1",
40 "envinfo": "^6.0.1",
41 "events": "^3.0.0",
42 "execa": "^1.0.0",
43 "figlet": "^1.2.1",
44 "fs-extra": "^7.0.1",
45 "handlebars": "^4.1.2",
46 "inquirer": "^6.3.1",
47 "lodash": "^4.17.11",
48 "lodash.clonedeep": "^4.5.0",
49 "metalsmith": "^2.3.0",
50 "minimist": "^1.2.0",
51 "multimatch": "^4.0.0",
52 "read-pkg": "^5.1.1",
53 "semver": "^5.7.0",
54 "touch": "^3.1.0",
55 "validate-npm-package-name": "^3.0.0"
56 },
57 "engines": {
58 "node": ">=8.9"
59 },
60 "devDependencies": {
61 "standard-version": "^6.0.1"
62 },
63 "standard-version": {
64 "skip": {
65 "commit": true,
66 "tag": true
67 }
68 }
69}