{
  "name": "eust-conciliation",
  "version": "1.0.0",
  "description": "",
  "main": "src/index.ts",
  "scripts": {
    "dev": "NODE_ENV=development LOGGING_FORMATTER_DISABLED=true  ts-node-dev --respawn --transpile-only --inspect=0.0.0.0:9229 src/index.ts",
    "build": "rm -rf ./dist/ && tsc",
    "lint": "eslint 'src/**/*'",
    "lint:fix": "yarn lint -- --fix",
    "test": "LOGGING_LEVEL=FATAL jest --coverage --silent --passWithNoTests",
    "test:debug": "jest --coverage",
    "login:artifact": "npx google-artifactregistry-auth .npmrc",
    "prepare": "husky install",
    "lint-staged": "lint-staged"
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx,json}": [
      "yarn lint"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/ADD01-TECH/api-01eust.git"
  },
  "keywords": [
    "rpa",
    "sintegre",
    "ONS",
    "EUST"
  ],
  "author": "Guilherme Severo",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ADD01-TECH/api-01eust/issues"
  },
  "homepage": "https://github.com/ADD01-TECH/api-01eust#readme",
  "dependencies": {
    "@severo-tech/combinatorial-analysis": "^1.0.9",
    "@severo-tech/injection-decorator": "^1.0.0",
    "@somma/node-errors": "^1.0.1",
    "@zenvia/logger": "^1.5.0",
    "axios": "^1.5.0",
    "dotenv": "^16.3.1",
    "node-cache-decorator": "^1.0.1",
    "pg": "^8.11.3",
    "reflect-metadata": "^0.1.13",
    "typeorm": "^0.3.17"
  },
  "devDependencies": {
    "@types/jest": "^29.5.4",
    "@types/node": "^20.5.7",
    "@typescript-eslint/eslint-plugin": "^6.5.0",
    "@typescript-eslint/parser": "^6.5.0",
    "eslint": "^8.48.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.28.1",
    "husky": "^8.0.3",
    "jest": "^29.6.4",
    "lint-staged": "^14.0.1",
    "ts-jest": "^29.1.1",
    "ts-node-dev": "^2.0.0",
    "typescript": "^5.2.2"
  }
}
