UNPKG

baluni-api

Version:
61 lines (60 loc) 1.56 kB
{ "name": "baluni-api", "version": "2.3.4", "description": "Api for baluni-cli", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "/dist" ], "scripts": { "ts-node": "ts-node", "build": "npx tsc", "start": "npx ts-node src/server.ts", "format": "npx prettier --write . --ignore-path .gitignore", "check-types": "tsc --noEmit --incremental", "lint": "eslint --ext .js,.ts" }, "keywords": [ "defi", "uniswap", "rebalance", "erc20", "cli", "evm" ], "author": "scobru", "license": "AGPL-3.0", "devDependencies": { "@types/express": "^4.17.21", "@typescript-eslint/eslint-plugin": "^7.4.0", "@typescript-eslint/parser": "^7.4.0", "eslint": "^8.57.0", "ts-node": "^10.9.2", "typescript": "^5.3.3" }, "dependencies": { "@uniswap/permit2-sdk": "^1.2.0", "@uniswap/sdk": "^3.0.3", "@uniswap/sdk-core": "^3.1.0", "@uniswap/smart-order-router": "3.17.1", "@uniswap/v3-sdk": "3.10.0", "@uniswap/router-sdk": "1.7.1", "axios": "^1.6.5", "bignumber.js": "^9.1.2", "cors": "^2.8.5", "dotenv": "^16.4.5", "ethereum-abi-types-generator": "^1.3.4", "ethers": "^5.7.2", "express": "^4.18.3", "jsbi": "3.2.5" }, "repository": { "type": "git", "url": "git+https://github.com/scobru/baluni.git" }, "bugs": { "url": "https://github.com/scobru/baluni/issues" }, "homepage": "https://github.com/scobru/baluni#readme" }