{
  "name": "@multiversx/sdk-network-providers",
  "version": "2.9.3",
  "lockfileVersion": 2,
  "requires": true,
  "author": "MultiversX",
  "description": "Network Provider (API, Gateway) components (compatible with @multiversx/sdk-core)",
  "files": [
    "out/**/*"
  ],
  "license": "MIT",
  "main": "out/index.js",
  "types": "out/index.d.js",
  "packages": {},
  "dependencies": {
    "bech32": "1.1.4",
    "bignumber.js": "9.0.1",
    "buffer": "6.0.3",
    "json-bigint": "1.0.0"
  },
  "devDependencies": {
    "@types/assert": "1.4.6",
    "@types/chai": "4.2.11",
    "@types/mocha": "9.1.0",
    "@types/node": "13.13.2",
    "assert": "2.0.0",
    "chai": "4.2.0",
    "mocha": "9.2.2",
    "ts-node": "9.1.1",
    "tslint": "6.1.3",
    "typedoc": "0.22.13",
    "typescript": "4.1.2"
  },
  "peerDependencies": {
    "axios": "^1.7.4"
  },
  "scripts": {
    "compile": "tsc -p tsconfig.json",
    "lint": "tslint --project .",
    "prepare": "npm run compile",
    "pretest": "npm run compile",
    "test": "npm run tests-unit",
    "tests-devnet": "mocha $(find . -name '*.dev.net.spec.ts')",
    "tests-localnet": "mocha $(find . -name '*.local.net.spec.ts')",
    "tests-testnet": "mocha $(find . -name '*.test.net.spec.ts')",
    "tests-unit": "mocha $(find . -name '*.spec.ts' ! -name '*.net.spec.*')"
  }
}
