1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-11 16:01:56 +00:00
Files
wrestlingdev.com/package.json

13 lines
207 B
JSON

{
"name": "wrestlingapp-js-tests",
"private": true,
"type": "module",
"scripts": {
"test:js": "vitest run",
"test:js:watch": "vitest"
},
"devDependencies": {
"vitest": "^3.2.4"
}
}