10 lines
181 B
JSON
10 lines
181 B
JSON
{
|
|
"name": "morning-meeting-planner",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "npx serve . -p 3000",
|
|
"test": "node tests/algorithm.test.mjs"
|
|
}
|
|
}
|