Files
2025-03-11 16:07:06 +05:30

23 lines
424 B
JSON

{
"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"
}
}