14 lines
228 B
JSON
14 lines
228 B
JSON
{
|
|
"name": "nat-as-website",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test:unit": "vitest run",
|
|
"test:unit:watch": "vitest"
|
|
},
|
|
"devDependencies": {
|
|
"jsdom": "^25.0.1",
|
|
"vitest": "^3.0.5"
|
|
}
|
|
}
|