Tofu/package.json
2026-09-18 01:41:02 +02:00

7 lines
162 B
JSON

{
"name": "tofu",
"private": true,
"type": "module",
"imports": { "#tofu/*": "./app/*" },
"scripts": { "test": "node --test \"tests/**/*.test.js\"" }
}