|
|
@ -5,6 +5,14 @@ |
|
|
|
"repository": "ssh://git@git.dlii.tech:222/Autoplex/autoplex.git", |
|
|
|
"author": "David Ludwig <davidludwigii@gmail.com>", |
|
|
|
"license": "MIT", |
|
|
|
"scripts": { |
|
|
|
"build": "lerna run build", |
|
|
|
"build:packages": "lerna run build --scope=@ldt/package-*", |
|
|
|
"build:services": "lerna run build --scope=@ldt/service-*", |
|
|
|
"export": "rimraf ./build && yarn run export:deps && yarn run export:builds", |
|
|
|
"export:deps": "/bin/sh ./docker/scripts/export_deps.sh", |
|
|
|
"export:builds": "/bin/sh ./docker/scripts/export_builds.sh" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"@types/chai": "^4.3.0", |
|
|
|
"@types/mocha": "^9.1.0", |
|
|
|