{
  "name": "@multiversx/sdk-nestjs-http",
  "version": "7.2.0",
  "description": "Multiversx SDK Nestjs http package",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib/**/*"
  ],
  "scripts": {
    "test": "jest --config=../../jest.config.json --passWithNoTests http/*",
    "build": "tsc",
    "lint": "eslint \"{src,apps,libs,test}/**/*.ts\"",
    "lint:fix": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/multiversx/mx-sdk-nestjs.git"
  },
  "keywords": [
    "multiversx",
    "nestjs",
    "http"
  ],
  "author": "MultiversX",
  "license": "MIT",
  "devDependencies": {
    "@types/axios": "^0.14.4",
    "@typescript-eslint/eslint-plugin": "^8.59.0",
    "@typescript-eslint/parser": "^8.59.0",
    "axios-mock-adapter": "^2.1.0",
    "eslint": "^10.2.1",
    "typescript": "^6.0.3"
  },
  "dependencies": {
    "@multiversx/sdk-core": "^15.4.0",
    "@multiversx/sdk-native-auth-client": "^2.0.1",
    "agentkeepalive": "^4.6.0",
    "axios": "^1.16.0"
  },
  "peerDependencies": {
    "@multiversx/sdk-nestjs-common": "^7.0.0",
    "@multiversx/sdk-nestjs-monitoring": "^7.0.0",
    "@nestjs/common": "^11.x",
    "@nestjs/core": "^11.x"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "gitHead": "8cd4a8e3de5e2f39e4c6ffda154818bf3c1651f9"
}
