UNPKG

rainbow-swap-sdk

Version:

SDK for building applications on top of Rainbow.ag - Swap Aggregator on TON 💎.

73 lines (72 loc) • 1.76 kB
{ "name": "rainbow-swap-sdk", "version": "1.5.12", "description": "SDK for building applications on top of Rainbow.ag - Swap Aggregator on TON 💎.", "repository": "https://github.com/0xblackbot/rainbow-swap-sdk.git", "license": "Apache-2.0", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "ts": "tsc --pretty", "lint": "eslint . --ext ts --report-unused-disable-directives --max-warnings 0", "build": "tsc", "release": "release-it patch --release-version" }, "dependencies": { "@rnw-community/shared": "^0.83.0", "axios": "^1.10.0" }, "devDependencies": { "@types/node": "^20.14.10", "@typescript-eslint/eslint-plugin": "^7.16.0", "@typescript-eslint/parser": "^7.16.0", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-prettier": "^5.1.3", "prettier": "^3.2.5", "release-it": "^17.6.0", "ts-node": "^10.9.2", "typescript": "^5.5.3" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "keywords": [ "rainbow-swap", "rainbow-swap-sdk", "DEX", "decentralized-exchange", "TON", "TON blockchain", "decentralized finance", "DeFi", "swap", "token swap", "token exchange", "crypto", "cryptocurrency", "blockchain", "smart contract", "wallet integration", "asset exchange", "SDK", "TypeScript", "JavaScript", "TON SDK", "TON DEX", "commission sharing", "DApp integration", "liquidity", "trading", "TON tokens", "DeFi aggregator", "decentralized application", "web3", "blockchain development" ] }