{ "name": "visionl", "private": true, "workspaces": [ "packages/*" ], "scripts": { "typecheck": "tsc -b", "build": "tsc -b", "test": "vitest run", "test:watch": "vitest" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.7.0", "vitest": "^3.2.7" }, "allowScripts": { "esbuild@0.28.2": true } }