mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-08 06:22:53 +00:00
build: update dependencies
This commit is contained in:
committed by
Rainer Killinger
parent
98f02b8830
commit
6ceb763b5a
@@ -15,16 +15,17 @@
|
||||
"compile": "rimraf lib && tsc --outDir lib && prepend lib/cli.js '#!/usr/bin/env node\n'",
|
||||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
|
||||
"start": "NODE_CONFIG_ENV=elasticsearch ALLOW_NO_TRANSPORT=true node ./lib/cli.js",
|
||||
"tslint": "tslint 'src/**/*.ts'"
|
||||
"tslint": "tslint 'src/**/*.ts'",
|
||||
"check-configuration": "openstapps-configuration"
|
||||
},
|
||||
"dependencies": {
|
||||
"@openstapps/core": "0.1.0",
|
||||
"@openstapps/core-validator": "0.0.1",
|
||||
"@openstapps/core": "0.2.0",
|
||||
"@openstapps/core-tools": "0.1.1",
|
||||
"@openstapps/logger": "0.0.3",
|
||||
"body-parser": "1.18.3",
|
||||
"config": "3.0.1",
|
||||
"cors": "2.8.5",
|
||||
"elasticsearch": "15.2.0",
|
||||
"elasticsearch": "15.3.0",
|
||||
"express": "4.16.4",
|
||||
"express-promise-router": "3.0.3",
|
||||
"fs-extra": "7.0.1",
|
||||
|
||||
Reference in New Issue
Block a user