{
  "name": "rango-sdk-basic",
  "version": "0.1.75",
  "description": "Rango Exchange Basic SDK for dApps",
  "module": "lib/rango-sdk-basic.esm.js",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rango-exchange/rango-sdk.git"
  },
  "homepage": "https://github.com/rango-exchange/rango-sdk-basic",
  "bugs": {
    "url": "https://github.com/rango-exchange/rango-sdk/issues"
  },
  "scripts": {
    "clean": "rm -rf ./lib && rm -rf ./dist",
    "build": "tsdx build --tsconfig ./tsconfig.json && yarn post:build",
    "post:build": "yarn mv:file lib",
    "watch": "tsdx watch",
    "lint": "eslint src -c ../../.eslintrc.json --fix --ignore-path ../../.prettierignore",
    "format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ../../.prettierrc.json --ignore-path ../../.prettierignore",
    "mv:file": "sh ../../scripts/post-build.sh"
  },
  "keywords": [
    "Rango Exchange",
    "SDK",
    "Cross-Chain",
    "Multi-Chain",
    "Ethereum",
    "Cosmos",
    "Solana",
    "Tron",
    "Starknet",
    "Ton",
    "Aggregator"
  ],
  "files": [
    "lib/**/*",
    "src"
  ],
  "author": "rango.exchange",
  "license": "GPL-3.0",
  "dependencies": {
    "axios": "^1.7.4",
    "rango-types": "^0.1.96",
    "uuid-random": "^1.3.2"
  },
  "publishConfig": {
    "access": "public",
    "branches": [
      "master"
    ]
  }
}
