{
    "name": "my-pregnancy",
    "version": "1.0.0",
    "description": "",
    "main": "index.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "build": "tsc",
        "start": "node dist/index.js",
        "dev": "tsc-watch --onSuccess \"node ./dist/index.js\"",
        "lint": "eslint src/**/*.ts --fix"
    },
    "keywords": [],
    "author": "",
    "license": "ISC",
    "devDependencies": {
        "@babel/cli": "^7.24.1",
        "@babel/core": "^7.24.3",
        "@babel/node": "^7.23.9",
        "@babel/preset-env": "^7.24.3",
        "@babel/runtime": "^7.24.1",
        "@types/bcrypt": "^5.0.2",
        "@types/cors": "^2.8.17",
        "@types/express": "^4.17.21",
        "@types/joi": "^17.2.3",
        "@types/multer": "^1.4.11",
        "@types/node": "^20.11.30",
        "@typescript-eslint/eslint-plugin": "^7.4.0",
        "@typescript-eslint/parser": "^7.4.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-prettier": "^5.1.3",
        "prettier": "^3.2.5",
        "ts-node": "^10.9.2",
        "ts-patch": "^3.1.2",
        "tsc-alias": "^1.8.8",
        "tsc-watch": "^6.0.4",
        "tsconfig-paths": "^4.2.0",
        "typescript": "^5.4.3",
        "typescript-transform-paths": "^3.4.7"
    },
    "dependencies": {
        "axios": "^1.7.2",
        "bcrypt": "^5.1.1",
        "cors": "^2.8.5",
        "dotenv": "^16.4.5",
        "express": "^4.19.2",
        "joi": "^17.13.1",
        "jsonwebtoken": "^9.0.2",
        "mongoose": "^8.2.4",
        "multer": "^1.4.5-lts.1",
        "nodemailer": "^6.9.14"
    }
}
