@osohq/langchain
Version:
Oso observability integration for LangChain agents
62 lines (61 loc) • 1.52 kB
JSON
{
"name": "@osohq/langchain",
"version": "0.1.0",
"description": "Oso observability integration for LangChain agents",
"engines": {
"node": ">=16.0.0"
},
"keywords": [
"langchain",
"observability",
"oso",
"monitoring",
"authorization"
],
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"author": "Oso Security",
"homepage": "https://www.osohq.com",
"repository": {
"type": "git",
"url": "https://github.com/osohq/langchain-oso-ts"
},
"scripts": {
"clean": "rimraf dist",
"lint": "eslint",
"test": "jest -i",
"ts:check": "tsc --noEmit",
"prettier:check": "prettier --check \"**/*.{js,ts,tsx,json}\"",
"prettier": "prettier --write \"**/*.{js,ts,tsx,json}\"",
"prebuild": "yarn clean",
"preversion": "yarn build",
"build": "tsc -p tsconfig.build.json",
"prepublish": "yarn build"
},
"dependencies": {
"@langchain/core": ">=0.1.0",
"cross-fetch": "^4.1.0"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.0.0",
"eslint": "^8.0.1",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jest": "^26.2.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"jest": "^29.7",
"prettier": "^3.2.5",
"rimraf": "^3.0.2",
"ts-jest": "^29.1.4",
"typescript": "^5.4.5"
},
"peerDependencies": {
"@langchain/core": ">=0.1.0"
}
}