{
  "name": "@osohq/langchain",
  "version": "0.1.3",
  "description": "Oso integration for LangChain agents",
  "engines": {
    "node": ">=20.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": "<1.0.0",
    "cross-fetch": "^4.1.0"
  },
  "devDependencies": {
    "@langchain/langgraph": "<1.0.0",
    "@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",
    "zod": "^3.0.0"
  },
  "peerDependencies": {
    "@langchain/core": "<1.0.0"
  }
}
