{
"name": "typescript-mutation-test-fixture",
"version": "1.0.0",
"description": "Test fixture for TypeScript mutation testing",
"type": "module",
"scripts": {
"test": "vitest run",
"test:watch": "vitest"
},
"devDependencies": {
"typescript": "^5.0.0",
"vitest": "3.2.4"
}
}