use codama and solana kit

This commit is contained in:
thesn10
2026-05-23 12:30:53 +02:00
parent b4cea41a93
commit 186136722d
43 changed files with 5406 additions and 19 deletions

View File

@@ -4,13 +4,16 @@
"private": true,
"main": "./src/index.ts",
"types": "./src/index.ts",
"scripts": {
"generate": "codama run js --config codama.descro.json && codama run js --config codama.registry.json"
},
"dependencies": {
"@coral-xyz/anchor": "^0.32.1",
"@solana/web3.js": "^1.98.4",
"bn.js": "^5.2.3"
"@solana/kit": "^6.0.0"
},
"devDependencies": {
"@types/bn.js": "^5.2.0",
"@codama/nodes-from-anchor": "^1.4.1",
"@codama/renderers-js": "^2.2.0",
"codama": "^1.6.0",
"typescript": "^6.0.3"
}
}