{
  "name": "github-actions-example",
  "version": "1.0.0",
  "description": "CI/CD pipeline with automated testing and deployment",
  "main": "index.js",
  "scripts": {
    "start": "node index.js"
  },
  "dependencies": {}
}