dex-aggregators-client
Version:
This package looks for the best route for your trade among a variety of Dex Aggregators
49 lines (48 loc) • 1.09 kB
JSON
{
"name": "dex-aggregators-client",
"private": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/"
],
"version": "1.0.47",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.2.2",
"path": "^0.12.7",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.2.1",
"@types/node": "^17.0.35",
"prettier": "2.6.2",
"rollup-plugin-typescript-paths": "^1.3.0",
"tslib": "^2.4.0",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"typescript": "^4.9.3",
"vite": "^4.0.0"
},
"keywords": [
"DEX",
"Swap",
"Providers",
"Designstring",
"Crypto",
"Web3",
"Blockchain"
],
"author": "DesignString",
"license": "ISC",
"bugs": {
"url": "https://github.com/DesignString/dex-aggregators-client/issues"
},
"homepage": "https://github.com/DesignString/dex-aggregators-client#readme"
}