build: update dependencies and adjust configuration

This commit is contained in:
Karl-Philipp Wulfert
2019-04-17 15:55:39 +02:00
parent ad99e45ee3
commit 6628bdfd20
6 changed files with 169 additions and 88 deletions

View File

@@ -7,7 +7,7 @@
"url": "git@gitlab.com:openstapps/projectmanagement.git"
},
"scripts": {
"build": "npm run tslint && npm run compile && npm run documentation",
"build": "npm run tslint && npm run compile",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'docs: update changelog'",
"check-configuration": "openstapps-configuration",
"compile": "rimraf lib && tsc && prepend lib/cli.js '#!/usr/bin/env node\n'",
@@ -18,7 +18,8 @@
"author": "Karl-Philipp Wulfert <krlwlfrt@gmail.com>",
"contributors": [
"Anselm Stordeur <anselmstordeur@gmail.com>",
"Jovan Krunic <jovan.krunic@gmail.com>"
"Jovan Krunić <jovan.krunic@gmail.com>",
"Michel Jonathan Schmitz"
],
"license": "GPL-3.0-only",
"dependencies": {
@@ -27,22 +28,22 @@
"@slack/client": "4.12.0",
"@types/glob": "7.1.1",
"@types/mustache": "0.8.32",
"@types/node": "10.12.30",
"@types/node": "10.14.4",
"async-pool-native": "0.1.0",
"commander": "2.19.0",
"commander": "2.20.0",
"glob": "7.1.3",
"moment": "2.24.0",
"mustache": "3.0.1"
},
"devDependencies": {
"@openstapps/configuration": "0.7.0",
"@openstapps/configuration": "0.12.0",
"conventional-changelog-cli": "2.0.12",
"prepend-file-cli": "1.0.6",
"rimraf": "2.6.3",
"ts-node": "8.0.3",
"tslint": "5.14.0",
"ts-node": "8.1.0",
"tslint": "5.16.0",
"typedoc": "0.14.2",
"typescript": "3.3.4000"
"typescript": "3.4.3"
},
"main": "lib/common.js",
"typings": "lib/common.d.ts",