You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
544 B

{
"name": "powh-solana-client",
"version": "1.0.0",
"description": "TypeScript client for PoWH3D on Solana",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "ts-node src/index.ts",
"test": "ts-node src/test.ts"
},
"dependencies": {
"@coral-xyz/anchor": "^0.31.1",
"@solana/web3.js": "^1.95.3",
"@solana/spl-token": "^0.4.8",
"bn.js": "^5.2.1"
},
"devDependencies": {
"@types/node": "^22.0.0",
"typescript": "^5.5.0",
"ts-node": "^10.9.0"
}
}