{ "name": "byop-sample-app", "version": "1.0.0", "description": "Sample multi-component application for testing BYOP engine", "main": "index.js", "scripts": { "install-all": "npm install && cd frontend && npm install && cd ../backend && npm install", "dev": "docker-compose up -d", "dev-local": "concurrently \"cd backend && npm run dev\" \"cd frontend && npm start\"", "build": "cd frontend && npm run build && cd ../backend && npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": ["byop", "docker", "react", "nodejs", "postgresql", "microservices"], "author": "BYOP Team", "license": "MIT", "devDependencies": { "concurrently": "^7.6.0" } }