// { // "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", "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" }, "engines": { "node": ">=14.0.0" } }