minesweeper-backend/package.json
Jose134 d2909570a9
All checks were successful
gitea/minesweeper-backend/pipeline/head This commit looks good
First commit
2025-01-22 00:17:12 +01:00

17 lines
341 B
JSON

{
"name": "minesweeper-back",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jose\b\b\u001b[José Manuel",
"license": "ISC",
"description": "",
"dependencies": {
"express": "^4.21.2",
"nodemon": "^3.1.9",
"socket.io": "^4.8.1"
}
}