HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/good-life-be/package.json
{
  "name": "Good-Life-Calender-backend",
  "version": "1.0.0",
  "description": "Good-Life-Calender-backend apis",
  "main": "app.js",
  "type": "module",
  "scripts": {
    "start": "node app.js",
    "test": "node app.js",
    "dev": "nodemon app.js",
    "format:check": "prettier --check .",
    "format:write": "prettier --write .",
    "lint:check": "eslint .",
    "lint:fix": "eslint --fix .",
    "seed": "sequelize-cli db:seed:all"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Spericorn-AI-Projects/good-life-be.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Spericorn-AI-Projects/good-life-be.git"
  },
  "homepage": "https://github.com/Spericorn-AI-Projects/good-life-be.git#readme",
  "dependencies": {
    "@aws-sdk/client-s3": "^3.624.0",
    "@aws-sdk/node-http-handler": "^3.370.0",
    "@aws-sdk/s3-request-presigner": "^3.624.0",
    "@sendgrid/mail": "^8.1.3",
    "aws-sdk": "^2.1667.0",
    "axios": "^1.7.4",
    "basic-auth": "^2.0.1",
    "bcrypt": "^5.1.1",
    "chalk": "^5.3.0",
    "cheerio": "^1.0.0",
    "compression": "^1.7.4",
    "cookie-parser": "^1.4.6",
    "cors": "^2.8.5",
    "crypto": "^1.0.1",
    "date-fns": "^3.6.0",
    "dayjs": "^1.11.12",
    "dompurify": "^3.1.6",
    "dotenv": "^16.4.5",
    "dotenv-expand": "^11.0.6",
    "dotenv-flow": "^4.1.0",
    "ejs": "^3.1.10",
    "express": "^4.21.2",
    "express-async-errors": "^3.1.1",
    "express-fileupload": "^1.5.1",
    "express-mung": "^0.5.1",
    "form-data": "^3.0.1",
    "helmet": "^7.1.0",
    "image-to-base64": "^2.2.0",
    "joi": "^17.13.3",
    "jsdom": "^25.0.0",
    "jsonwebtoken": "^9.0.2",
    "mailgun.js": "^10.2.3",
    "moment": "^2.30.1",
    "moment-timezone": "^0.5.47",
    "morgan": "^1.10.0",
    "node-cron": "^3.0.3",
    "node-url-shortener": "^2.0.3",
    "nodemailer": "^6.9.14",
    "pg": "^8.12.0",
    "puppeteer": "^24.0.0",
    "readline": "^1.3.0",
    "rrule": "^2.8.1",
    "sequelize": "^6.37.3",
    "swagger-jsdoc": "^6.2.8",
    "swagger-ui-express": "^5.0.1",
    "undici": "^6.19.8",
    "uuid": "^10.0.0",
    "web-streams-polyfill": "^4.0.0",
    "winston": "^3.13.1"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3.1.0",
    "@eslint/js": "^9.8.0",
    "eslint": "^8.57.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^5.2.1",
    "globals": "^15.9.0",
    "nodemon": "^3.1.4",
    "prettier": "^3.3.3",
    "sequelize-cli": "^6.6.2"
  }
}