Fix invalid JSON in package.json

This commit is contained in:
VA-run23
2025-03-11 16:07:06 +05:30
parent 4b25bb931b
commit 2ac6b5bf19
-20
View File
@@ -1,23 +1,3 @@
// {
// "name": "newchessgame",
// "version": "1.0.0",
// "main": "app.js",
// "scripts": {
// "test": "echo \"Error: no test specified\" && exit 1"
// },
// "keywords": [],
// "author": "",
// "license": "ISC",
// "description": "",
// "dependencies": {
// "chess.js": "^1.0.0-beta.8",
// "ejs": "^3.1.10",
// "express": "^4.19.2",
// "nodemon": "^3.1.2",
// "socket.io": "^4.7.5"
// }
// }
{
"name": "newchessgame",
"version": "1.0.0",