{ "name": "socketcomputer-repo", "private": "true", "workspaces": [ "shared", "backend", "qemu", "webapp" ], "scripts": { "build:frontend": "npm -w shared run build && npm -w webapp run build", "build:service": "npm -w shared run build && npm -w qemu run build && npm -w backend run build" }, "dependencies": { "canvas": "^2.11.2" }, "devDependencies": { "@types/node": "^20.12.2", "prettier": "^3.2.5", "typescript": "^5.4.3" } }