{ "name": "langgenius-client", "version": "1.0.0", "description": "This is the Node.js SDK for the LangGenius API, which allows you to easily integrate LangGenius into your Node.js applications.", "main": "index.js", "type": "module", "keywords": [ "LangGenius", "LLM" ], "author": "Joel", "license": "MIT", "dependencies": { "axios": "^1.3.5" } }