funsdk
Version:
A strong-typed pumpfun SDK
46 lines (45 loc) • 881 B
JSON
{
"name": "funsdk",
"version": "0.4.1",
"publishConfig": {
"access": "public",
"tag": "latest"
},
"description": "A strong-typed pumpfun SDK",
"main": "./index.ts",
"types": "./index.ts",
"files": [
"index.ts",
"src"
],
"keywords": [
"pumpfun",
"sdk",
"solana",
"pumpfun sdk"
],
"author": {
"name": "on1force",
"url": "https://github.com/on1force"
},
"repository": {
"type": "git",
"url": "git+https://github.com/on1force/funsdk.git"
},
"license": "MIT",
"type": "module",
"peerDependencies": {
"typescript": "^5.5.4"
},
"dependencies": {
"@coral-xyz/anchor": "^0.30.1",
"@coral-xyz/borsh": "^0.30.1",
"@solana/spl-token": "^0.4.9",
"@solana/web3.js": "^1.95.5",
"bs58": "^6.0.0"
},
"devDependencies": {
"@types/node": "^22.9.0",
"ts-node": "^10.9.2"
}
}