{ "name": "monitor", "version": "1.0.0", "main": "index.js", "author": "mbecker20", "license": "MIT", "private": true, "workspaces": [ "types", "util", "core", "periphery", "frontend", "cli" ], "scripts": { "start-cli": "cd cli && yarn start", "build-cli": "cd cli && yarn build", "build-core": "cd core && yarn build", "docker-run-core": "cd core && yarn docker-run", "build-periphery": "cd periphery && yarn build", "start-frontend": "cd frontend && yarn start", "build-frontend": "cd frontend && yarn build", "run-mongo": "docker run -d --name mongo -p 27017:27017 mongo:latest", "run-registry": "docker run -d --name registry --network=\"host\" registry:2" }, "devDependencies": { "typescript": "^4.6.2" } }