{
  "name": "@sap-ai-sdk/langchain",
  "version": "1.12.0",
  "description": "",
  "license": "Apache-2.0",
  "keywords": [
    "sap-ai-sdk",
    "langchain"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/**/*.js",
    "dist/**/*.js.map",
    "dist/**/*.d.ts",
    "dist/**/*.d.ts.map",
    "internal.js",
    "internal.d.ts"
  ],
  "dependencies": {
    "@sap-cloud-sdk/connectivity": "^4.0.2",
    "uuid": "^11.1.0",
    "@langchain/core": "0.3.44",
    "zod-to-json-schema": "^3.24.5",
    "@sap-ai-sdk/ai-api": "^1.12.0",
    "@sap-ai-sdk/core": "^1.12.0",
    "@sap-ai-sdk/foundation-models": "^1.12.0",
    "@sap-ai-sdk/orchestration": "^1.12.0"
  },
  "scripts": {
    "compile": "tsc",
    "compile:cjs": "tsc -p tsconfig.cjs.json",
    "test": "NODE_OPTIONS=--experimental-vm-modules jest",
    "lint": "eslint \"**/*.ts\" && prettier . --config ../../.prettierrc --ignore-path ../../.prettierignore -c",
    "lint:fix": "eslint \"**/*.ts\" --fix && prettier . --config ../../.prettierrc --ignore-path ../../.prettierignore -w --log-level error"
  }
}