Files
jlinc-langchain-js/package.json
2025-11-24 14:21:49 +00:00

34 lines
763 B
JSON

{
"name": "@jlinc/langchain",
"version": "0.1.3",
"description": "A LangChain integration that logs events to the JLINC API.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "node test/test.js",
"build": "rm -rf dist && cp -a src dist && tsc"
},
"homepage": "https://www.jlinc.com/",
"repository": {
"type": "git",
"url": "https://gitea.jlinc.io/jlinc-labs/jlinc-langchain-js"
},
"keywords": [
"jlinc",
"langchain",
"plugin",
"tracer"
],
"author": "Ben Curtis",
"license": "MIT",
"dependencies": {
"axios": "^1.6.0",
"langchain": "^0.3.29"
},
"devDependencies": {
"@langchain/community": "^0.3.48",
"nodemon": "^3.1.10",
"typescript": "^5.8.3"
}
}