UNPKG

@symmetry-hq/baskets-v2-sdk

Version:

Symmetry Baskets V2 SDK

28 lines (27 loc) 628 B
{ "name": "@symmetry-hq/baskets-v2-sdk", "version": "0.0.30", "description": "Symmetry Baskets V2 SDK", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "prepare": "npm run build", "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "symmetry", "baskets", "sdk" ], "author": "Sandstorm", "license": "ISC", "dependencies": { "@coral-xyz/anchor": "^0.30.1", "@metaplex-foundation/js": "^0.20.1", "@solana/spl-token": "^0.4.12", "@solana/web3.js": "^1.95.8", "typescript": "^5.7.3", "uuid": "^11.0.5" } }