Files
solana-agent-kit/package.json
2024-11-17 23:55:25 +07:00

33 lines
964 B
JSON

{
"name": "solana-agent-kit",
"version": "1.0.0",
"description": "A toolkit for interacting with the Solana blockchain using LangChain",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"docs": "typedoc src --out docs"
},
"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",
"langchain": "^0.3.6",
"typedoc": "^0.26.11"
},
"devDependencies": {
"@types/node": "^22.9.0"
}
}