{
  "name": "Section8-api",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "dev": "nodemon src/app.js",
    "eslint": "eslint . --ext .js",
    "prettier-format": "prettier --loglevel error --write .",
    "prettier-check": "prettier --check .",
    "format:write": "prettier --write .",
    "lint:check": "eslint .",
    "lint:fix": "eslint --fix .",
    "test": "cross-env NODE_ENV=test jest --testTimeout=5000"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "axios": "^1.6.8",
    "bcrypt": "^5.1.0",
    "cors": "^2.8.5",
    "dotenv": "^16.1.4",
    "express": "^4.19.2",
    "express-graphql": "^0.12.0",
    "fcm-node": "^1.6.1",
    "from": "^0.1.7",
    "google-auth-library": "^9.6.3",
    "graphql": "^15.8.0",
    "import": "^0.0.6",
    "joi": "^17.9.2",
    "jose": "^4.14.4",
    "jsonwebtoken": "^9.0.2",
    "moment": "^2.29.4",
    "mongoose": "^7.4.2",
    "morgan": "^1.10.0",
    "morgan-body": "^2.6.9",
    "multer": "^1.4.5-lts.1",
    "nodemailer": "^6.9.3",
    "nodemon": "^2.0.22",
    "socket.io": "^4.7.2",
    "twilio": "^4.14.1",
    "uid": "^2.0.2"
  }
}
