Numex yayın: package.json

This commit is contained in:
numex-admin 2026-09-10 08:07:06 +00:00
parent c768634884
commit 5acf98f480

15
package.json Normal file
View File

@ -0,0 +1,15 @@
{
"name": "hava-durumu",
"version": "1.0.0",
"description": "4 sehir icin canli hava durumu uygulamasi",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"keywords": ["hava-durumu", "istanbul", "ankara", "izmir", "antalya"],
"author": "Numex AI",
"license": "MIT",
"dependencies": {
"express": "^4.18.2"
}
}