Files
nat-as-server/website/package.json
tom.hempel 06fc134299
Some checks failed
Tests / test (push) Has been cancelled
just testing the environment
2026-05-20 07:10:08 +02:00

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"
}
}