{
  "name": "fastia",
  "version": "1.0.10",
  "exports": {
    "./": "./dist/"
  },
  "description": "",
  "main": "src/index.ts",
  "scripts": {
    "prepare": "yarn build",
    "start": "nodemon src/index.ts",
    "build": "tsc --project tsconfig.json && tscpaths -p tsconfig.json -s ./src -o ./dist"
  },
  "nodemonConfig": {
    "ignore": [
      "**/*.test.ts",
      "**/*.spec.ts",
      ".git",
      "node_modules"
    ],
    "watch": [
      "src"
    ],
    "exec": "node -r tsconfig-paths/register -r ts-node/register ./src/index.ts",
    "ext": "ts, js"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@types/bcryptjs": "^2.4.2",
    "@types/body-parser": "^1.19.0",
    "@types/cors": "^2.8.10",
    "@types/csurf": "^1.11.0",
    "@types/express": "^4.17.11",
    "@types/jsonwebtoken": "^8.5.1",
    "@types/multer": "^1.4.5",
    "@types/nodemailer": "^6.4.1",
    "@types/uuid": "^8.3.0",
    "axios": "^0.21.0",
    "bcryptjs": "^2.4.3",
    "body-parser": "^1.19.0",
    "cookie-parser": "^1.4.5",
    "cors": "^2.8.5",
    "csurf": "^1.11.0",
    "dotenv": "^8.2.0",
    "ejs": "^3.1.5",
    "encryptly-auth-sdk": "^1.0.4",
    "express": "^4.17.1",
    "inversify": "^5.0.5",
    "ipware": "^2.0.0",
    "jsonwebtoken": "^8.5.1",
    "moment": "^2.29.1",
    "mongoose": "^5.12.3",
    "multer": "^1.4.2",
    "nodemailer": "^6.4.17",
    "nodemon": "^2.0.6",
    "random-number-generator": "^1.0.2",
    "reflect-metadata": "^0.1.13",
    "slugify": "^1.4.6",
    "ts-node": "^9.1.1",
    "tsconfig-paths": "^3.9.0",
    "tscpaths": "^0.0.9",
    "typescript": "^4.2.3",
    "uuid": "^8.3.2",
    "validator": "^13.5.2"
  }
}
