{
  "name": "@verii/http-client",
  "version": "1.1.3",
  "description": "HTTP client for Verii network",
  "repository": "https://github.com/LFDT-Verii/core",
  "main": "index.js",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "cross-env NODE_ENV=test node --test --test-concurrency=1 --experimental-test-module-mocks --experimental-test-coverage --test-reporter=spec --test-reporter-destination=stdout 'test/**/*.test.js'",
    "test:ci": "NODE_ENV=test node --test --test-concurrency=1 --experimental-test-module-mocks --experimental-test-coverage --test-coverage-include='src/**' --test-reporter=spec --test-reporter=junit --test-reporter-destination=stdout --test-reporter-destination=test-results.junit.xml --test-reporter=lcov --test-reporter-destination=lcov.info 'test/**/*.test.js'",
    "lint": "eslint . --format json >> eslint-results.json",
    "lint:fix": "eslint --fix ."
  },
  "author": "Itay Podhajcer",
  "license": "Apache-2.0",
  "dependencies": {
    "date-fns": "^4.0.0",
    "http-errors": "^2.0.0",
    "lodash": "^4.17.21",
    "nanoid": "~5.1.0",
    "undici": "^7.0.0",
    "undici-oidc-interceptor": "^0.9.0"
  },
  "devDependencies": {
    "eslint": "9.39.4",
    "eslint-config-airbnb-extended": "3.0.1",
    "eslint-config-prettier": "10.1.8",
    "eslint-plugin-autofix": "2.2.0",
    "eslint-plugin-better-mutation": "2.1.0",
    "eslint-plugin-import": "2.32.0",
    "eslint-plugin-prefer-arrow-functions": "3.9.1",
    "eslint-plugin-prettier": "5.5.5",
    "eslint-watch": "8.0.0",
    "expect": "30.3.0",
    "globals": "17.5.0",
    "nodemon": "3.1.14",
    "prettier": "3.8.1"
  },
  "nx": {
    "tags": [
      "lib"
    ]
  },
  "gitHead": "649d6e62da781fd9904b30f78713f10a3fd22cfd"
}
