@symmetry-hq/baskets-sdk
Version:
Software Development Kit for interacting with Symmetry Baskets Program
55 lines (54 loc) • 1.44 kB
JSON
{
"name": "@symmetry-hq/baskets-sdk",
"version": "0.0.57",
"description": "Software Development Kit for interacting with Symmetry Baskets Program",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "npm run build",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/symmetry-protocol/baskets-sdk.git"
},
"keywords": [
"symmetry-hq",
"symmetry",
"smf",
"baskets",
"basket",
"funds",
"fund",
"vaults",
"vault",
"indices",
"index",
"swap",
"liquidity",
"sdk",
"solana",
"typescript"
],
"author": "Symmetry Protocol",
"license": "ISC",
"bugs": {
"url": "https://github.com/symmetry-protocol/baskets-sdk/issues"
},
"homepage": "https://github.com/symmetry-protocol/baskets-sdk#readme",
"devDependencies": {
"typescript": "5.5.4"
},
"dependencies": {
"@coral-xyz/anchor": "^0.30.1",
"@metaplex-foundation/js": "^0.20.1",
"@pythnetwork/client": "^2.17.0",
"@solana/web3.js": "^1.95.5",
"@switchboard-xyz/on-demand": "^1.2.51",
"@types/crypto-js": "^4.1.1",
"axios": "^0.26.1",
"crypto-js": "^4.1.1"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}