diff --git a/package.json b/package.json index c99720a..2c198ab 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,8 @@ "standard-changelog": "^6.0.0", "ts-jest": "^29.1.2", "typescript": "^5.3.3", - "typescript-eslint": "^8.8.1" + "typescript-eslint": "^8.8.1", + "vitest": "^2.1.3" }, "keywords": [ "vcf", @@ -66,8 +67,5 @@ ], "publishConfig": { "access": "public" - }, - "dependencies": { - "vitest": "^2.1.3" } }