16 lines
284 B
JSON
16 lines
284 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|