solace-sdk
Version:
SDK to interact with the Solace Program
32 lines (31 loc) • 708 B
JSON
{
"name": "solace-sdk",
"version": "2.0.34",
"description": "SDK to interact with the Solace Program",
"main": "./dist/cjs/sdk/index.js",
"type": "commonjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist && tsc -p tsconfig-cjs.json",
"prepublishOnly": "rm -rf dist && npx tsc -p tsconfig-cjs.json"
},
"files": [
"./dist"
],
"repository": {
"type": "git",
"url": "github.com/d3fkon/solace-wallet"
},
"keywords": [
"solace",
"rust",
"solana"
],
"author": "Ashwin Prasad",
"license": "MIT",
"dependencies": {
"@solana/spl-token": "^0.3.4",
"anchor-rn": "^0.18.2",
"bs58": "^5.0.0"
}
}