{
  "name": "@multiversx/sdk-dapp",
  "version": "5.6.21",
  "description": "A library to hold the main logic for a dapp on the MultiversX blockchain",
  "author": "MultiversX",
  "license": "MIT",
  "directories": {
    "lib": "src",
    "test": "__tests__"
  },
  "files": [
    "out/**/*",
    "!**/*.test.*",
    "!**/*.jest.*",
    "!**/*.playwright.*",
    "!**/*.puppeteer.*",
    "!**/__mocks__/**",
    "!**/__tests__/**",
    "!**/*-mock.*"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/multiversx/mx-sdk-dapp.git"
  },
  "scripts": {
    "unpublish-verdaccio": "npm unpublish @multiversx/sdk-dapp --force --registry http://localhost:4873",
    "publish-verdaccio": "npm run unpublish-verdaccio && npm run build && npm publish --registry http://localhost:4873/",
    "compile": "tsc && tsc-alias",
    "clean-out": "node -e \"require('fs').rmSync('out',{recursive:true,force:true})\"",
    "build-esbuild": "npm run clean-out && node esbuild.js",
    "build": "npm run build-esbuild && npm run compile",
    "test": "jest",
    "test:coverage": "jest --coverage && node scripts/extract-coverage.js",
    "lint": "eslint src",
    "lint:fix": "eslint --fix src"
  },
  "publishConfig": {
    "access": "public"
  },
  "overrides": {
    "error-ex": "1.3.2",
    "chalk": "5.5.0",
    "chalk-template": "1.1.0",
    "strip-ansi": "7.1.0",
    "color-convert": "3.1.0",
    "color-name": "2.0.0",
    "is-core-module": "2.16.1",
    "has-ansi": "6.0.0",
    "supports-hyperlinks": "4.1.0",
    "slice-ansi": "7.1.0",
    "wrap-ansi": "9.0.0",
    "ansi-regex": "6.2.0",
    "supports-color": "10.1.0",
    "debug": "4.4.0",
    "ansi-styles": "6.2.1",
    "backslash": "0.2.0",
    "simple-swizzle": "0.2.2",
    "color-string": "2.1.0"
  },
  "dependencies": {
    "@lifeomic/axios-fetch": "3.0.1",
    "@multiversx/sdk-extension-provider": "5.1.2",
    "@multiversx/sdk-hw-provider": "8.1.2",
    "@multiversx/sdk-native-auth-client": "2.0.1",
    "@multiversx/sdk-wallet-connect-provider": "6.1.4",
    "@multiversx/sdk-web-wallet-cross-window-provider": "3.2.2",
    "@multiversx/sdk-web-wallet-iframe-provider": "4.0.1",
    "@multiversx/sdk-webview-provider": "3.2.7",
    "immer": "10.1.1",
    "linkifyjs": "4.3.2",
    "lodash.isempty": "4.4.0",
    "lodash.isequal": "4.5.0",
    "lodash.isstring": "4.0.1",
    "lodash.startcase": "4.4.0",
    "lodash.trimend": "4.5.1",
    "lodash.uniq": "4.5.0",
    "socket.io-client": "4.7.5",
    "zustand": "4.4.7"
  },
  "peerDependencies": {
    "@multiversx/sdk-core": "^14.x || ^15.x",
    "@multiversx/sdk-dapp-utils": "^3.x",
    "axios": ">=1.10.0",
    "bignumber.js": "^9.x",
    "protobufjs": "^7.2.6"
  },
  "optionalDependencies": {
    "@multiversx/sdk-dapp-ui": ">=0.1.23 <0.2.0"
  },
  "resolutions": {
    "strip-ansi": "6.0.1",
    "string-width": "4.2.3",
    "glob": "^10.0.0"
  },
  "devDependencies": {
    "@eslint/js": "9.15.0",
    "@multiversx/sdk-core": "^15.x",
    "@multiversx/sdk-dapp-utils": "^3.x",
    "@swc/core": "1.4.17",
    "@swc/jest": "0.2.36",
    "@types/jest": "29.5.13",
    "@types/lodash.isempty": "4.4.9",
    "@types/lodash.isequal": "4.5.8",
    "@types/lodash.isstring": "4.0.9",
    "@types/lodash.startcase": "4.4.9",
    "@types/lodash.trimend": "4.5.9",
    "@types/lodash.uniq": "4.5.9",
    "@types/node": "20.12.8",
    "@types/react": "18.2.0",
    "@typescript-eslint/eslint-plugin": "8.15.0",
    "@typescript-eslint/parser": "8.15.0",
    "axios": ">=1.10.0",
    "axios-mock-adapter": "1.22.0",
    "bignumber.js": "^9.x",
    "esbuild": "0.21.1",
    "esbuild-node-externals": "1.14.0",
    "esbuild-plugin-replace": "1.4.0",
    "eslint": "9.15.0",
    "eslint-config-prettier": "9.1.0",
    "eslint-config-standard": "17.1.0",
    "eslint-import-resolver-typescript": "3.6.3",
    "eslint-plugin-import": "2.31.0",
    "eslint-plugin-jest": "28.9.0",
    "eslint-plugin-node": "11.1.0",
    "eslint-plugin-prettier": "5.2.1",
    "eslint-plugin-promise": "7.1.0",
    "glob": "11.0.3",
    "globals": "16.3.0",
    "isomorphic-fetch": "3.0.0",
    "jest": "30.1.3",
    "jest-environment-jsdom": "29.7.0",
    "msw": "1.3.1",
    "node-stdlib-browser": "1.3.1",
    "prettier": "3.2.5",
    "protobufjs": "^7.2.6",
    "react": "18.2.0",
    "ts-jest": "29.1.2",
    "tsc-alias": "1.8.9",
    "typescript": "5.4.5",
    "typescript-eslint": "8.15.0"
  }
}
