الملفات
actionstest/package.json
2025-09-28 18:03:25 +03:00

10 أسطر
239 B
JSON

{
"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": {}
}