{ "name": "sample-nodejs-app", "version": "1.0.0", "description": "A sample Node.js app for CI/CD demonstration", "main": "index.js", "scripts": { "start": "node index.js", "test": "jest" }, "dependencies": { "express": "^4.18.2" }, "devDependencies": { "jest": "^29.5.0", "supertest": "^6.3.3" } }