feat: guessing game

This commit is contained in:
Ahmet Kaan Gümüş 2025-06-30 05:15:01 +03:00
parent 68532b6f3a
commit e035a7da7a
4 changed files with 192 additions and 0 deletions

View file

@ -0,0 +1,15 @@
{
"name": "guessinggame",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/node": "^24.0.7"
},
"type":"module"
}