UNPKG

langchain-xai

Version:

Grok API wrapper for Node.js

31 lines (30 loc) 598 B
{ "name": "langchain-xai", "version": "0.2.2", "description": "Grok API wrapper for Node.js", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest", "prepare": "npm run build" }, "keywords": [ "grok", "xai", "explainable-ai", "langchain" ], "author": "Your Name", "license": "MIT", "dependencies": { "@langchain/core": "^0.1.17", "@types/node": "^18.0.0" }, "devDependencies": { "@types/jest": "^29.5.0", "jest": "^29.5.0", "ts-jest": "^29.1.0", "typescript": "^5.0.0" } }