tegro-swap-sdk
Version:
SDK for building applications on top of Tegro.ag - Swap Aggregator on TON 💎.
78 lines (77 loc) • 1.79 kB
JSON
{
"name": "tegro-swap-sdk",
"version": "1.5.11",
"description": "SDK for building applications on top of Tegro.ag - Swap Aggregator on TON 💎.",
"keywords": [
"tegro-swap",
"tegro-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"
],
"repository": {
"type": "git",
"url": "c"
},
"license": "Apache-2.0",
"author": "roma29733",
"type": "commonjs",
"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.8.4"
},
"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/"
}
}