Added battleship files

This commit is contained in:
2025-11-07 11:22:04 +03:00
parent a11b2df651
commit 6d98d7d446
38 changed files with 1826 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
{
"name": "terminal",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lechien73/terminal.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lechien73/terminal/issues"
},
"homepage": "https://github.com/lechien73/terminal#readme",
"dependencies": {
"node-static": "^0.7.11",
"node-pty": "^0.10.1",
"total4": "^0.0.45"
}
}