{
  "name": "@6thbridge/utils",
  "version": "1.8.0",
  "description": "simple interface for the our commonly used functions",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib/**/*"
  ],
  "scripts": {
    "test": "jest --verbose -c jest.config.ts",
    "build": "rm -rf lib && tsc -p tsconfig.json",
    "prepare": "npm run build",
    "format": "",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags",
    "bump-patch": "npm version patch",
    "bump-minor": "npm version minor",
    "bump-alpha": "npm --no-git-tag-version version prerelease"
  },
  "author": {
    "name": "Micheal Akinwonmi",
    "email": "michealakinwonmi@gmail.com"
  },
  "license": "ISC",
  "dependencies": {
    "@opentelemetry/api": "^1.9.1",
    "@opentelemetry/auto-instrumentations-node": "^0.76.0",
    "amqp-connection-manager": "^4.1.15",
    "amqplib": "^1.2.0",
    "axios": "^1.16.1",
    "axios-better-stacktrace": "^2.1.7",
    "bignumber.js": "^10.0.2",
    "csv-parse": "^5.6.0",
    "dayjs": "^1.11.23",
    "ioredis": "^5.11.1",
    "joi": "^18.2.5",
    "libphonenumber-js": "^1.13.11",
    "lodash": "^4.18.1",
    "mongoose": "^9.9.3",
    "mongoose-paginate-v2": "^1.9.5",
    "path-to-regexp": "^8.4.2",
    "randomstring": "^1.3.1",
    "rollbar": "^3.1.0",
    "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
    "zod": "^4.4.3",
    "zod-validation-error": "^5.0.0"
  },
  "devDependencies": {
    "@types/amqplib": "^0.10.8",
    "@types/express": "^4.17.25",
    "@types/jest": "^29.5.14",
    "@types/lodash": "^4.17.24",
    "@types/randomstring": "^1.3.0",
    "jest": "^30.3.0",
    "ts-jest": "^29.4.6",
    "ts-node": "^10.9.2",
    "typescript": "^5.4.3"
  },
  "engines": {
    "node": ">=24"
  },
  "resolutions": {
    "minimatch": "^10.2.5"
  }
}
