Files
website-collection/package.json
T

18 lines
290 B
JSON
Raw Normal View History

2026-08-22 17:40:44 +00:00
{
2026-08-22 18:56:58 +00:00
"name": "chess-party",
"version": "2.0.0",
2026-08-22 17:40:44 +00:00
"private": true,
"type": "module",
2026-08-22 18:56:58 +00:00
"description": "Chess Party — AI and multiplayer chess",
2026-08-22 17:40:44 +00:00
"scripts": {
"start": "node server.js"
2026-08-22 18:56:58 +00:00
},
"engines": {
"node": ">=18"
},
"dependencies": {
"express": "^4.21.2"
2026-08-22 17:40:44 +00:00
}
2026-08-22 18:56:58 +00:00
}