{ "name": "autoplex", "private": true, "version": "0.2.0", "repository": "ssh://git@git.dlii.tech:222/Autoplex/autoplex.git", "author": "David Ludwig ", "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 ./scripts/docker/export_deps.sh", "export:builds": "/bin/sh ./scripts/docker/export_builds.sh" }, "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.2", "@types/chai": "^4.3.0", "@types/chai-as-promised": "^7.1.5", "@types/mocha": "^9.1.0", "@types/node": "^17.0.21", "@types/sinon": "^10.0.11", "chai": "^4.3.6", "chai-as-promised": "^7.1.1", "lerna": "^4.0.0", "mocha": "^9.2.1", "nodemon": "^2.0.15", "nyc": "^15.1.0", "patch-package": "^6.4.7", "sinon": "^13.0.1", "ts-node": "^10.7.0", "typescript": "^4.6.2" } }