{ "name": "git-integration", "version": "1.0.0", "description": "Git Integration Service with GitHub Integration", "main": "src/app.js", "scripts": { "start": "node src/app.js", "dev": "nodemon src/app.js", "migrate": "node src/migrations/migrate.js" }, "dependencies": { "@octokit/rest": "^20.0.2", "axios": "^1.12.2", "cors": "^2.8.5", "dotenv": "^16.3.1", "express": "^4.18.2", "express-session": "^1.18.2", "helmet": "^7.1.0", "morgan": "^1.10.0", "parse-github-url": "^1.0.3", "pg": "^8.11.3", "uuid": "^9.0.1", "socket.io": "^4.7.5", "ws": "^8.16.0" }, "devDependencies": { "nodemon": "^3.0.2" } }