{
    "name": "@mytonswap/sdk",
    "description": "MyTonSwap Dex Aggregator SDK",
    "author": {
        "name": "MyTonSwap",
        "url": "https://github.com/mytonswap"
    },
    "homepage": "https://docs.mytonswap.com",
    "contributors": [
        {
            "email": "ho3einwave@gmail.com",
            "name": "Ho3einWave"
        }
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/MyTonSwap/sdk.git"
    },
    "main": "dist/index.cjs",
    "module": "dist/index.js",
    "types": "dist/index.d.ts",
    "keywords": [
        "MyTonSwap",
        "TON",
        "The Open Network",
        "TON Blockchain",
        "SDK",
        "Swap",
        "Telegram",
        "stonfi",
        "ston.fi",
        "dedust",
        "DEX",
        "DeFi"
    ],
    "version": "1.1.2",
    "type": "module",
    "scripts": {
        "build": "tsup"
    },
    "devDependencies": {
        "@types/bun": "^1.1.10",
        "@types/lodash": "^4.17.9",
        "tsup": "^8.3.0"
    },
    "peerDependencies": {
        "typescript": "^5.0.0"
    },
    "dependencies": {
        "@ton/ton": "^15.0.0",
        "axios": "^1.7.7",
        "axios-retry": "^4.5.0",
        "lodash": "^4.17.21"
    }
}
