UNPKG

seiai

Version:

The Future Of AI On Sei

32 lines (30 loc) 736 B
{ "name": "seiai", "version": "0.0.2", "description": "The Future Of AI On Sei", "main": "index.js", "type": "module", "files": [ "index.js", "seiai.js", "README.md" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": ["sei", "blockchain", "ai", "sdk"], "author": "", "license": "ISC", "dependencies": { "@cosmjs/cosmwasm-stargate": "^0.33.1", "@cosmjs/proto-signing": "^0.33.1", "@cosmjs/stargate": "^0.33.1", "@langchain/openai": "^0.0.14", "@langchain/core": "^0.2.21", "@langchain/anthropic": "^0.3.16", "@langchain/groq": "^0.0.3", "@google/generative-ai": "^0.1.3", "axios": "^1.6.7", "langchain": "^0.1.28" } }