Files
demo-ddd-without-oop/js-fp3.tests/package.json
T
2026-04-27 13:19:17 +01:00

14 lines
239 B
JSON

{
"name": "js-fp3-tests",
"version": "1.0.0",
"description": "Vitest tests for js-fp3",
"type": "module",
"scripts": {
"test": "vitest run",
"test:watch": "vitest"
},
"devDependencies": {
"vitest": "^2.0.0"
}
}