feat: hello world

This commit is contained in:
Ahmet Kaan Gümüş 2025-06-30 03:34:08 +03:00
parent 24b05fcf61
commit cf66b3461e
6 changed files with 165 additions and 0 deletions

View file

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