{
  "name": "iospresso-api",
  "version": "1.0.0",
  "main": "index.js",
  "scripts": {
    "start": "node index.js"
  },
  "dependencies": {
    "express": "^4.22.1",
     "dotenv": "^16.0.0",
    "node-fetch": "^2.6.7"
  }
}
