Numex yayın: package.json

This commit is contained in:
numex-admin 2026-09-10 08:07:15 +00:00
parent 29de212f44
commit 5ac03cd6bf

15
package.json Normal file
View File

@ -0,0 +1,15 @@
{
"name": "canli-doviz",
"version": "1.0.0",
"description": "Canlı döviz kurları uygulaması",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"keywords": ["doviz", "kur", "canli"],
"author": "Numex AI",
"license": "MIT",
"dependencies": {
"express": "^4.18.2"
}
}