Creates a new NodeJS app

هذا الالتزام موجود في:
2025-09-28 18:03:25 +03:00
الأصل 814a655262
التزام e7b0744ad8
3 ملفات معدلة مع 40 إضافات و0 حذوفات

10
package.json Normal file
عرض الملف

@@ -0,0 +1,10 @@
{
"name": "simple-node-app",
"version": "1.0.0",
"description": "A simple Node.js app for GitHub Actions PR testing",
"main": "src/app.js",
"scripts": {
"test": "bash src/test.sh"
},
"dependencies": {}
}