{ "name": "basango-monorepo", "private": true, "version": "0.1.0", "workspaces": [ "apps/*" ], "scripts": { "build": "tsc -b", "test": "vitest --run" }, "devDependencies": { "typescript": "^5.4.0", "vitest": "^1.6.0", "@types/node": "^20.11.30" } }