mirror of
https://github.com/tymur999/sol-incinerator-oss.git
synced 2025-08-03 15:20:36 +00:00
17 lines
345 B
JSON
17 lines
345 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|