{
  "name": "mock-api",
  "version": "1.0.0",
  "description": "Express server for testing purposes",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "rubengomez@paradigmadigital.com",
  "license": "MIT",
  "dependencies": {
    "body-parser": "^1.19.0",
    "cors": "^2.8.5",
    "express": "^4.16.4",
    "faker": "^4.1.0",
    "log4js": "^4.1.1"
  }
}
