UNPKG

@razorlabs/amm-sdk

Version:

🛠 An SDK for building applications on top of RazorDEX.

54 lines • 1.15 kB
{ "name": "@razorlabs/amm-sdk", "license": "MIT", "version": "1.0.12", "description": "🛠 An SDK for building applications on top of RazorDEX.", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/razorlabs/razor-dex-sdk.git", "directory": "packages/amm" }, "keywords": [ "RazorLabs", "RazorDEX", "amm", "amm-sdk" ], "module": "dist/index.mjs", "engines": { "node": ">=10" }, "prettier": { "printWidth": 120, "semi": false, "singleQuote": true }, "dependencies": { "@aptos-labs/ts-sdk": "^3.0.0", "big.js": "6.2.2", "decimal.js-light": "2.5.1", "tiny-invariant": "1.3.3", "toformat": "2.0.0", "@razorlabs/swap-sdk-core": "1.0.12" }, "devDependencies": { "@types/big.js": "6.2.2" }, "publishConfig": { "access": "public" }, "peerDependencies": { "axios": "^1.7.9" }, "scripts": { "build": "tsup", "dev": "tsup --watch", "test": "vitest --run", "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist" } }