{
  "name": "@swap-coffee/sdk",
  "version": "1.5.4",
  "description": "SDK for swap.coffee DEX aggregator",
  "license": "MIT",
  "homepage": "https://swap.coffee",
  "author": {
    "name": "CatCoderr"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "url": "https://github.com/swapcoffee/sdk"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "swapcoffee",
    "dedust",
    "stonfi",
    "ton",
    "dex"
  ],
  "devDependencies": {
    "@tsconfig/node18": "^18.2.1",
    "@types/node": "^20.5.9",
    "axios": "^1.5.0",
    "prettier": "^3.0.3",
    "ton-crypto": "^3.2.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.2.2"
  },
  "peerDependencies": {
    "@ton/core": ">=0.52.0",
    "@tonconnect/sdk": ">=2.1.2",
    "axios": ">=1.5.0"
  },
  "scripts": {
    "build": "tsc",
    "fmt": "prettier . --write",
    "prepublish": "tsc"
  }
}