{
  "name": "database-migration-example",
  "version": "1.0.0",
  "description": "Database schema migrations",
  "main": "index.js",
  "scripts": {
    "start": "node index.js"
  },
  "dependencies": {
    "express": "^4.18.0",
    "bull": "^4.11.0"
  }
}