{
  "name": "roboflex-thalamus-request-handler",
  "version": "1.0.8",
  "description": "Biblioteca responsavel por manipular e padronizar as requisiçoes para o backend",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "unpkg": "dist/index.js",
  "scripts": {
    "test": "jest --no-cache",
    "build": "tsc -declaration"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/devRoboflex/thalamus-request-handler.git"
  },
  "keywords": [
    "thalamus",
    "request-handler"
  ],
  "author": "Gustavo Alevato <gustavoalevato@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/devRoboflex/thalamus-request-handler/issues"
  },
  "homepage": "https://github.com/devRoboflex/thalamus-request-handler#readme",
  "dependencies": {
    "@types/jest": "^29.5.12",
    "axios": "^1.6.8",
    "jest": "^29.7.0",
    "roboflex-thalamus-sso-lib": "^1.0.8",
    "roboflex-thalamus-utils-lib": "^1.0.6",
    "ts-jest": "^29.1.2",
    "typescript": "^5.4.5"
  },
  "types": "dist/index.d.js"
}
