{
  "name": "node-express-typescript-starter",
  "version": "0.1.0",
  "description": "Prince Backend Node Express Typescript MySQL",
  "main": "dist/index.js",
  "scripts": {
    "start": "node dist/src/index.js",
    "dev": "npm run build && concurrently -k \"tsc -w\" \"nodemon --inspect=6302 dist/src/index.js\"",
    "build": "npm run lint && tsc",
    "lint": "eslint '**/*.ts'",
    "test": "npm run build && jest"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/cors": "^2.8.12",
    "@types/express": "^4.17.13",
    "@types/jest": "^27.5.2",
    "@types/jsonwebtoken": "^9.0.3",
    "@types/morgan": "^1.9.3",
    "@types/node": "^17.0.35",
    "@types/nodemailer": "^6.4.13",
    "@types/supertest": "^2.0.12",
    "@types/swagger-jsdoc": "^6.0.4",
    "@types/swagger-ui-express": "^4.1.8",
    "@types/uuid": "^9.0.4",
    "@typescript-eslint/eslint-plugin": "^5.26.0",
    "@typescript-eslint/parser": "^5.26.0",
    "concurrently": "^7.2.1",
    "eslint": "^8.16.0",
    "jest": "^28.1.3",
    "nodemon": "^2.0.16",
    "supertest": "^6.2.3",
    "ts-jest": "^28.0.3",
    "ts-node": "^10.8.0",
    "typescript": "^4.6.4"
  },
  "dependencies": {
    "@sendgrid/mail": "^7.7.0",
    "@types/multer": "^1.4.9",
    "bcryptjs": "^3.0.3",
    "cors": "^2.8.5",
    "dotenv": "^16.4.5",
    "express": "^4.18.1",
    "express-rate-limit": "^8.2.1",
    "helmet": "^5.1.0",
    "jimp": "^1.6.0",
    "joi": "^17.10.2",
    "jsonwebtoken": "^9.0.2",
    "morgan": "^1.10.0",
    "multer": "^1.4.5-lts.1",
    "mysql2": "^3.6.1",
    "nodemailer": "^6.9.7",
    "pg": "^8.11.3",
    "pg-pool": "^3.6.1",
    "reflect-metadata": "^0.1.13",
    "swagger-jsdoc": "^6.2.8",
    "swagger-ui-express": "^5.0.1",
    "typeorm": "^0.3.17",
    "winston": "^3.7.2",
    "winston-daily-rotate-file": "^5.0.0"
  }
}
