@perena/numeraire-sdk
Version:
Perena’s multi-asset stablecoin pool is a novel automated market maker (AMM) that enables seamless creation and swapping of stablecoins while optimizing liquidity and enhancing efficiency across markets
46 lines (45 loc) • 1.19 kB
JSON
{
"name": "@perena/numeraire-sdk",
"version": "1.1.1",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/quineco/numeraire-sdk.git"
},
"scripts": {
"build": "tsup"
},
"keywords": [
"numeraire",
"stablecoin",
"solana",
"perena"
],
"license": "MIT",
"homepage": "https://perena.org/",
"description": "Perena’s multi-asset stablecoin pool is a novel automated market maker (AMM) that enables seamless creation and swapping of stablecoins while optimizing liquidity and enhancing efficiency across markets",
"devDependencies": {
"@types/node-fetch": "^2.6.12",
"ts-node": "^10.9.2",
"tsup": "^8.4.0",
"typescript": "^5.8.3"
},
"dependencies": {
"@coral-xyz/anchor": "^0.30.1",
"@solana-developers/helpers": "^2.8.1",
"@solana/spl-token": "^0.4.13",
"@solana/web3.js": "^1.98.0",
"@types/bn.js": "^5.1.6",
"bn.js": "^5.2.1",
"node-fetch": "^3.3.2"
},
"author": "perena",
"bugs": {
"url": "https://github.com/quineco/numeraire-sdk/issues"
}
}