This commit is contained in:
tymur999
2024-07-12 18:47:21 -05:00
commit 0577da5fa2
5 changed files with 1148 additions and 0 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "close-token-accounts",
"version": "1.0.0",
"description": "",
"scripts": {
"burn": "tsc && node --env-file .env src/burn.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@project-serum/anchor": "^0.26.0",
"@solana/spl-token": "^0.4.8",
"@solana/web3.js": "^1.95.0",
"bs58": "^6.0.0"
}
}