هذا الالتزام موجود في:
ayashosha
2026-07-29 05:15:26 +03:00
الأصل 91e3e0f709
التزام 0a4a236f77
13 ملفات معدلة مع 756 إضافات و0 حذوفات

عرض الملف

@@ -0,0 +1,18 @@
{
"name": "nodeapp",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.1"
},
"devDependencies": {
"nodemon": "^3.1.14"
}
}