{
  "name": "@gera-software/guiabolso-clone-server",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "version": "1.0.0",
  "description": "Servidor para execução de tarefas de longa duração que não podem ser colocada em serveless functions",
  "scripts": {
    "test": "jest --passWithNoTests --silent --noStackTrace --runInBand",
    "test:verbose": "jest --passWithNoTests --runInBand",
    "test:unit": "npm test -- --watch -c jest-unit.config.js",
    "test:integration": "jest --passWithNoTests --watch --runInBand -c jest-integration.config.js",
    "build": "npm install && npx rimraf dist && npx tsc -p tsconfig-build.json && tsc-alias",
    "start": "node ./dist/main/server.js",
    "dev": "nodemon --exec ts-node ./src/server.ts"
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "bcrypt": "^5.1.0",
    "express": "^4.18.2",
    "jsonwebtoken": "^9.0.0",
    "module-alias": "^2.2.2",
    "mongodb": "^5.1.0",
    "typescript": "^4.9.5"
  },
  "devDependencies": {
    "@shelf/jest-mongodb": "^4.1.6",
    "@types/bcrypt": "^5.0.0",
    "@types/express": "^4.17.17",
    "@types/jest": "^29.4.0",
    "@types/jsonwebtoken": "^9.0.1",
    "@types/sinon": "^10.0.13",
    "@types/supertest": "^2.0.12",
    "dotenv": "^16.0.3",
    "jest": "^29.4.3",
    "nodemon": "^2.0.20",
    "rimraf": "^4.1.2",
    "sinon": "^15.0.1",
    "supertest": "^6.3.3",
    "ts-jest": "^29.0.5",
    "ts-node": "^10.9.1",
    "tsc-alias": "^1.8.2"
  },
  "_moduleAliases": {
    "@": "dist"
  }
}
