fix: correct formatting in package.json

This commit is contained in:
2025-08-12 11:50:37 +02:00
parent 96eebbf5ea
commit 500953f9ad

View File

@@ -4,7 +4,7 @@
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js", "start": "node server.js"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",