Numex yayın: package.json

This commit is contained in:
numex-admin 2026-09-10 09:22:35 +00:00
parent ca304723ce
commit b69d1f72d9

14
package.json Normal file
View File

@ -0,0 +1,14 @@
{
"name": "numex-ilan-platformu",
"version": "1.0.0",
"description": "Sahibinden tarzı ilan/alışveriş platformu — Numex Codex",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "node server.js"
},
"dependencies": {
"express": "^4.19.2"
},
"license": "MIT"
}