{
    "name": "wtihub-monorepo",
    "version": "1.0.0",
    "scripts": {
        "install-all": "npm install --prefix wtihub-core && npm install --prefix wtihub-web",
        "build-web": "npm run build --prefix wtihub-web",
        "start-core": "npm start --prefix wtihub-core"
    }
}