UNPKG

1.41 kBJSONView Raw
1{
2 "name": "@stratio/egeo-cli",
3 "version": "0.5.6",
4 "description": "cli with some utilities for egeo",
5 "author": "Stratio",
6 "license": "Apache 2.0",
7 "bin": "bin/egeo-cli",
8 "main": "./dist/index.js",
9 "typings": "dist/index.d.ts",
10 "keywords": [
11 "angular 2",
12 "egeo",
13 "cli"
14 ],
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/Stratio/egeo-cli"
18 },
19 "scripts": {
20 "semantic-release": "semantic-release pre && npm publish && semantic-release post",
21 "test": "mocha",
22 "commit": "git-cz",
23 "build": "tsc",
24 "build:watch": "tsc -w",
25 "prepublishOnly": "tsc",
26 "lint": "tslint -c tslint.json -p tsconfig.json"
27 },
28 "dependencies": {
29 "chalk": "2.1.0",
30 "commander": "2.11.0",
31 "glob": "7.1.2",
32 "js-beautify": "1.6.14",
33 "lodash": "4.17.4",
34 "markdown-table": "1.1.1"
35 },
36 "devDependencies": {
37 "@types/chalk": "0.4.31",
38 "@types/glob": "5.0.32",
39 "@types/js-beautify": "0.0.31",
40 "@types/lodash": "4.14.74",
41 "@types/node": "8.0.26",
42 "chai": "4.1.2",
43 "commitizen": "2.9.6",
44 "cz-conventional-changelog": "2.0.0",
45 "mocha": "3.5.0",
46 "semantic-release": "7.0.2",
47 "ts-node": "3.3.0",
48 "tslint": "5.7.0",
49 "typescript": "2.5.2"
50 },
51 "release": {
52 "branch": "release"
53 },
54 "config": {
55 "commitizen": {
56 "path": "./node_modules/cz-conventional-changelog"
57 }
58 }
59}
\No newline at end of file