{ "scripts": { "test": "vitest", "types": "vitest typecheck --run", "tsc": "tsc --watch --pretty false --noEmit" }, "dependencies": { "vitest": "workspace:*" }, "devDependencies": { "typescript": "^4.8.4", "vue-tsc": "^0.40.13" } }