mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Hiroshi Ogawa <hi.ogawa.zz@gmail.com>
16 lines
311 B
JSON
16 lines
311 B
JSON
{
|
|
"name": "@vitest/test-reporters",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "vitest"
|
|
},
|
|
"devDependencies": {
|
|
"@vitest/runner": "workspace:*",
|
|
"flatted": "^3.3.3",
|
|
"pkg-reporter": "./reportPkg/",
|
|
"vitest": "workspace:*",
|
|
"vitest-sonar-reporter": "0.5.0"
|
|
}
|
|
}
|