UNPKG

reflink-sdk

Version:

SDK for interacting with the Reflink Solana program via Anchor.

43 lines (42 loc) 1.13 kB
{ "name": "reflink-sdk", "version": "0.1.8", "description": "SDK for interacting with the Reflink Solana program via Anchor.", "main": "dist/index.js", "types": "index.ts", "scripts": { "build": "tsc", "lint": "eslint ." }, "dependencies": { "@coral-xyz/anchor": "^0.31.1", "@solana/spl-token": "^0.4.13", "@solana/web3.js": "^1.98.2", "buffer": "^6.0.3", "react": "^19.1.0" }, "devDependencies": { "@types/node": "^22.15.15", "@types/react": "^19.1.3", "eslint": "^9.26.0", "typescript": "^5.8.3" }, "keywords": [ "solana", "anchor", "sdk", "reflink", "smart-contract" ], "author": "Throuz", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/reflink-labs/reflink-sdk.git" }, "bugs": { "url": "https://github.com/reflink-labs/reflink-sdk/issues" }, "homepage": "https://github.com/reflink-labs/reflink-sdk#readme", "packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39" }