UNPKG

@symmetry-hq/agents-sdk

Version:

Symmetry Agents SDK

28 lines (27 loc) 619 B
{ "name": "@symmetry-hq/agents-sdk", "version": "0.0.2", "description": "Symmetry Agents 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.98.0", "typescript": "^5.7.3", "uuid": "^11.0.5" } }