mirror of
https://github.com/SoPat712/videospeed.git
synced 2026-04-21 04:42:35 -04:00
13 lines
191 B
JSON
13 lines
191 B
JSON
{
|
|
"name": "speeder",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"devDependencies": {
|
|
"jsdom": "^26.1.0",
|
|
"vitest": "^3.2.4"
|
|
}
|
|
}
|