mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
17 lines
331 B
JSON
17 lines
331 B
JSON
{
|
|
"name": "@vitest/internal-testing-helpers",
|
|
"type": "module",
|
|
"private": true,
|
|
"main": "./index.ts",
|
|
"scripts": {
|
|
"test": "echo \"No tests\""
|
|
},
|
|
"devDependencies": {
|
|
"tinyexec": "^0.3.2",
|
|
"tinyrainbow": "catalog:",
|
|
"vite": "latest",
|
|
"vite-node": "workspace:*",
|
|
"vitest": "workspace:*"
|
|
}
|
|
}
|