vitest/test/test-utils/package.json
2025-03-07 14:10:38 +01:00

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:*"
}
}