{
  "name": "@pulsex/sdk",
  "license": "MIT",
  "version": "1.7.3",
  "description": "🛠 An SDK for building applications on top of PulseX.",
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/pulsex/interface.git",
    "directory": "packages/swap-sdk"
  },
  "keywords": [
    "pulsex",
    "pulsechain"
  ],
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "module": "dist/index.mjs",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "vitest --run --globals",
    "prepublishOnly": "yarn run build",
    "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
  },
  "dependencies": {
    "@pulsex/chains": "*",
    "@pulsex/swap-sdk-core": "*",
    "big.js": "^5.2.2",
    "decimal.js-light": "^2.5.0",
    "tiny-invariant": "1.2.0",
    "tiny-warning": "^1.0.3",
    "toformat": "^2.0.0",
    "viem": "1.15.1"
  },
  "devDependencies": {
    "@types/big.js": "^4.0.5",
    "tsup": "^6.7.0"
  },
  "engines": {
    "node": ">=10"
  },
  "prettier": {
    "printWidth": 120,
    "semi": false,
    "singleQuote": true
  }
}
