fix: pump launch

This commit is contained in:
aryan
2024-12-08 01:54:41 +05:30
parent d057645db3
commit b40f65d5c0
3 changed files with 150 additions and 57 deletions

View File

@@ -7,7 +7,8 @@
"scripts": {
"build": "tsc",
"docs": "typedoc src --out docs",
"test": "ts-node test/index.ts"
"test": "ts-node test/index.ts",
"generate": "ts-node src/utils/keypair.ts"
},
"keywords": [],
"author": "",
@@ -16,6 +17,7 @@
"@bonfida/spl-name-service": "^3.0.7",
"@langchain/core": "^0.3.18",
"@langchain/groq": "^0.1.2",
"@langchain/langgraph": "^0.2.27",
"@langchain/openai": "^0.3.13",
"@metaplex-foundation/mpl-core": "^1.1.1",
"@metaplex-foundation/mpl-token-metadata": "^3.3.0",