{
  "name": "@0xsquid/sdk",
  "version": "2.13.0",
  "description": "🛠 An SDK for building applications on top of 0xsquid",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/0xsquid/api-sdk.git"
  },
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "clean": "rimraf dist tsconfig.tsbuildinfo",
    "lint": "eslint src/ --ext .js,.ts,.json",
    "lint:fix": "yarn lint --fix",
    "format": "prettier --ignore-path .gitignore --write --log-level error \"**/*.+(js|ts|json)\"",
    "prepare": "husky install",
    "test": "jest --testMatch \"**/*.spec.ts\" --verbose",
    "build": "tsc",
    "integration": "npx ts-node src/scripts/basic-test-script.ts",
    "release": "release-it",
    "release:pre": "release-it --preRelease=beta",
    "release:ci": "release-it --ci",
    "release:dry": "release-it --dry-run"
  },
  "dependencies": {
    "@cosmjs/encoding": "0.33.0",
    "@cosmjs/stargate": "0.33.0",
    "@mysten/sui": "1.21.2",
    "@mysten/wallet-standard": "0.14.0",
    "@project-serum/anchor": "^0.26.0",
    "axios": "^1.10.0",
    "cosmjs-types": "0.9.0",
    "ethers": "6.13.5",
    "ethers-multicall-provider": "^5.0.0",
    "lodash": "^4.17.21",
    "long": "^5.2.3",
    "protobufjs": "^7.4.0"
  },
  "resolutions": {
    "semver": "^7.5.4",
    "axios": "^1.10.0",
    "form-data": "^4.0.4"
  },
  "devDependencies": {
    "@0xsquid/squid-types": "0.1.216",
    "@babel/core": "^7.18.10",
    "@babel/preset-env": "^7.18.10",
    "@babel/preset-typescript": "^7.18.6",
    "@release-it/conventional-changelog": "release-it/conventional-changelog",
    "@tsconfig/node16": "^1.0.3",
    "@types/jest": "^28.1.6",
    "@types/lodash": "^4.14.195",
    "@types/node": "^18.0.6",
    "@typescript-eslint/eslint-plugin": "^6.4.0",
    "@typescript-eslint/parser": "^6.14.0",
    "assert": "^2.0.0",
    "dotenv": "^16.0.1",
    "eslint": "^8.0.1",
    "eslint-config-prettier": "^8.5.0",
    "eslint-config-standard-with-typescript": "^42.0.0",
    "eslint-plugin-import": "^2.25.2",
    "eslint-plugin-json-format": "^2.0.1",
    "eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
    "eslint-plugin-promise": "^6.0.0",
    "eslint-plugin-unused-imports": "^3.0.0",
    "husky": "^8.0.1",
    "jest": "^28.1.3",
    "prettier": "^3.1.1",
    "release-it": "^18.1.2",
    "ts-jest": "^28.0.7",
    "ts-node": "^10.9.1",
    "typescript": "*"
  },
  "bugs": {
    "url": "https://github.com/0xsquid/squid-sdk/issues"
  },
  "homepage": "https://github.com/0xsquid/squid-sdk#readme",
  "author": "",
  "release-it": {
    "plugins": {
      "@release-it/conventional-changelog": {
        "preset": "conventionalcommits",
        "infile": "CHANGELOG.md"
      }
    },
    "github": {
      "release": true,
      "tokenRef": "GITHUB_AUTH"
    },
    "git": {
      "tagName": "v${version}",
      "pushRepo": "https://github.com/0xsquid/squid-sdk.git",
      "commitMessage": "chore: branch cut release for sdk v${version}",
      "requireBranch": "release/*"
    },
    "npm": {
      "publish": false
    }
  }
}
