Numex yayın: package.json

This commit is contained in:
numex-admin 2026-09-09 22:41:01 +00:00
parent 53b03983c7
commit 248c7231ad

13
package.json Normal file
View File

@ -0,0 +1,13 @@
{
"name": "mobil-telefon-tamiri-yerinde-hizmet-panel",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"start": "node server.js",
"test": "node -e \"console.log('ok')\""
},
"dependencies": {
"express": "^4.21.0"
}
}