UNPKG

ttxd-alpha

Version:

An SDK for building applications on top of V2,V3 and Solana exchanges

40 lines (39 loc) 1.09 kB
{ "name": "ttxd-alpha", "version": "2.2.0", "main": "dist/index.js", "scripts": { "build": "tsdx build src/index.ts && npm run copy-abi", "copy-abi": "cp -R src/uniswap-v3/abi dist/abi", "start": "tsdx watch src/index.ts", "release:patch": "npm whoami && npm version patch && npm publish", "release:minor": "npm whoami && npm version minor && npm publish", "release:major": "npm whoami && npm version major && npm publish" }, "devDependencies": { "@types/bs58": "^4.0.4", "tsdx": "^0.14.1", "typescript": "^5.6.2" }, "dependencies": { "@raydium-io/raydium-sdk-v2": "^0.1.100-alpha", "@types/bn.js": "^5.1.6", "decimal.js": "^10.4.3", "ethers": "^5.7.2", "ttxd": "^1.0.2" }, "keywords": [ "uniswap", "ethereum", "trireme", "uniswapv2", "uniswapv3", "solana", "raydiumv2", "bsc" ], "author": "", "license": "ISC", "description": "An SDK for building applications on top of V2,V3 and Solana exchanges", "repository": "https://github.com/Tower-Chain-Digital/ttxd-alpha" }