{ "name": "integration-tests", "version": "1.0.0", "description": "Integration tests for this project", "private": true, "scripts": { "test": "vitest run", "test:watch": "vitest", "test:setup": "bash scripts/setup.sh", "test:teardown": "bash scripts/teardown.sh" }, "devDependencies": { "vitest": "latest" } }