feat: add configuration for configuration checks

Fixes #13
This commit is contained in:
Karl-Philipp Wulfert
2019-04-18 13:05:46 +02:00
parent 748cea493c
commit da2d7f6f91
6 changed files with 447 additions and 288 deletions

View File

@@ -24,10 +24,12 @@
"license": "GPL-3.0-only",
"dependencies": {
"@types/node": "10.14.4",
"@types/semver": "6.0.0",
"@types/yaml": "1.0.2",
"chalk": "2.4.2",
"commander": "2.20.0",
"tslint": "5.15.0",
"semver": "6.0.0",
"tslint": "5.16.0",
"tslint-eslint-rules": "5.4.0",
"yaml": "1.5.0"
},
@@ -35,12 +37,12 @@
"conventional-changelog-cli": "2.0.12",
"prepend-file-cli": "1.0.6",
"rimraf": "2.6.3",
"ts-node": "8.0.3",
"ts-node": "8.1.0",
"typedoc": "0.14.2",
"typescript": "3.4.2"
"typescript": "3.4.3"
},
"peerDependencies": {
"typescript": "^3.4.2"
"typescript": "^3.4.0"
},
"bin": {
"openstapps-configuration": "lib/cli.js"