{
  "name": "getpdf",
  "version": "1.0.0",
  "engines": {
    "node": "15.14.0"
  },
  "description": "",
  "main": "index.js",
  "scripts": {
    "start": "nodemon index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "body-parser": "^1.19.1",
    "cors": "^2.8.5",
    "dotenv": "^16.0.0",
    "ejs": "^3.1.9",
    "express": "^4.17.2",
    "nodemon": "^2.0.15",
    "puppeteer": "^13.1.3",
    "tail": "^2.2.4",
    "url-exist": "^3.0.0",
    "winston": "^3.6.0",
    "winston-daily-rotate-file": "^4.6.1"
  },
  "devDependencies": {
    "winston-logs-display": "^1.0.0"
  }
}
