Files
Meeting-Mixer/package.json
Ferdinand b5cfe5b336 feat: algorithm module with unit tests
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-08 13:10:49 +02:00

11 lines
201 B
JSON

{
"name": "morning-meeting-planner",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"start": "npx serve . -p 3000",
"test": "node tests/algorithm.test.mjs"
}
}