UNPKG

@saberhq/stableswap-sdk

Version:
60 lines 1.49 kB
{ "name": "@saberhq/stableswap-sdk", "version": "3.0.0", "description": "Solana SDK for Saber's StableSwap program.", "homepage": "https://github.com/saber-hq/saber-common/tree/master/packages/stableswap-sdk#readme", "repository": "git+https://github.com/saber-hq/saber-common.git", "bugs": "https://github.com/saber-hq/saber-common/issues", "author": "Saber Team <team@saber.so>", "license": "Apache-2.0", "keywords": [ "solana", "saber" ], "type": "module", "exports": { ".": { "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js" } }, "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "scripts": { "build": "tsc && tsc -P tsconfig.cjs.json", "clean": "rm -rf dist" }, "engines": { "node": ">=12.x" }, "devDependencies": { "@saberhq/tsconfig": "^3.3.1", "@solana/web3.js": "^1.91.1", "@types/bn.js": "^5.1.5", "@types/lodash": "^4.17.0", "@types/node": "^20.12.7", "bn.js": "^5.2.1", "jsbi": "^4.3.0", "lodash": "^4.17.21", "typescript": "^5.4.5" }, "peerDependencies": { "@solana/web3.js": "^1.42", "bn.js": ">=5", "jsbi": "^3 || ^4" }, "dependencies": { "@saberhq/solana-contrib": "^3.0.0", "@saberhq/token-utils": "^3.0.0", "@solana/buffer-layout": "^4.0.1", "tiny-invariant": "^1.3.3", "tslib": "^2.6.2" }, "files": [ "dist/", "src/" ], "publishConfig": { "access": "public" } }