vitest/test/test-utils/package.json
2024-01-11 14:06:00 +01:00

17 lines
313 B
JSON

{
"name": "@vitest/test-helpers",
"type": "module",
"private": true,
"main": "./index.ts",
"scripts": {
"test": "echo \"No tests\""
},
"devDependencies": {
"execa": "^7.1.1",
"strip-ansi": "^7.0.1",
"vite": "latest",
"vite-node": "workspace:*",
"vitest": "workspace:*"
}
}