mirror of
https://github.com/d0zingcat/solana-agent-kit.git
synced 2026-05-14 07:26:46 +00:00
30 lines
796 B
JSON
30 lines
796 B
JSON
{
|
|
"name": "solana-agent-kit",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "tsc"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@bonfida/spl-name-service": "^3.0.7",
|
|
"@metaplex-foundation/js": "^0.20.1",
|
|
"@metaplex-foundation/mpl-core": "^1.1.1",
|
|
"@metaplex-foundation/mpl-token-metadata": "^3.3.0",
|
|
"@metaplex-foundation/umi": "^0.9.2",
|
|
"@metaplex-foundation/umi-bundle-defaults": "^0.9.2",
|
|
"@metaplex-foundation/umi-web3js-adapters": "^0.9.2",
|
|
"@solana/spl-token": "^0.4.9",
|
|
"@solana/web3.js": "^1.95.4",
|
|
"bs58": "^6.0.0",
|
|
"typedoc": "^0.26.11"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.9.0"
|
|
}
|
|
}
|