Files
website-collection/package.json
T

9 lines
146 B
JSON
Raw Normal View History

2026-08-22 17:40:44 +00:00
{
"name": "college-chess-party",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"start": "node server.js"
}
}