splitwise-solana-client
Version:
Client SDK for Splitwise Solana Settlement
30 lines (29 loc) • 550 B
JSON
{
"name": "splitwise-solana-client",
"version": "0.1.0",
"description": "Client SDK for Splitwise Solana Settlement",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "tsc",
"test": "jest",
"prepublishOnly": "npm run build"
},
"keywords": [
"solana",
"splitwise",
"settlement",
"sdk",
"client"
],
"author": "",
"license": "MIT",
"dependencies": {
"@coral-xyz/anchor": "^0.28.0",
"@solana/web3.js": "^1.87.6"
}
}