mirror of
https://github.com/langchain-ai/langgraphjs.git
synced 2026-07-23 01:26:57 -04:00
5b98e5c257
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
166 lines
4.6 KiB
JSON
166 lines
4.6 KiB
JSON
{
|
|
"name": "langgraph",
|
|
"version": "1.0.12",
|
|
"private": true,
|
|
"description": "Build stateful, multi-actor applications with LLMs",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/langchain-ai/langgraphjs.git",
|
|
"directory": "libs/langgraph"
|
|
},
|
|
"scripts": {
|
|
"build": "yarn turbo:command build:internal --filter=langgraph",
|
|
"build:internal": "yarn workspace @langchain/build compile langgraph",
|
|
"clean": "rm -rf dist/ dist-cjs/ .turbo/",
|
|
"lint:eslint": "NODE_OPTIONS=--max-old-space-size=4096 eslint --cache --ext .ts,.js src/",
|
|
"lint:dpdm": "dpdm --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts",
|
|
"lint": "yarn lint:eslint && yarn lint:dpdm",
|
|
"lint:fix": "yarn lint:eslint --fix && yarn lint:dpdm",
|
|
"prepublish": "yarn build",
|
|
"format": "prettier --config .prettierrc --write \"src\"",
|
|
"format:check": "prettier --config .prettierrc --check \"src\""
|
|
},
|
|
"author": "LangChain",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@langchain/langgraph": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"@langchain/core": "^1.0.1",
|
|
"zod": "^3.25.32 || ^4.1.0",
|
|
"zod-to-json-schema": "^3.x"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"zod-to-json-schema": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/recommended": "^1.0.3",
|
|
"@typescript-eslint/eslint-plugin": "^6.12.0",
|
|
"@typescript-eslint/parser": "^6.12.0",
|
|
"dpdm": "^3.12.0",
|
|
"eslint": "^8.33.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-config-prettier": "^8.6.0",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-no-instanceof": "^1.0.1",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"prettier": "^2.8.3",
|
|
"rollup": "^4.37.0",
|
|
"typescript": "^4.9.5 || ^5.4.5"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"input": "./src/index.ts",
|
|
"typedoc": "./src/index.ts",
|
|
"import": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"require": {
|
|
"types": "./dist/index.d.cts",
|
|
"default": "./dist/index.cjs"
|
|
}
|
|
},
|
|
"./web": {
|
|
"input": "./src/web.ts",
|
|
"typedoc": "./src/web.ts",
|
|
"import": {
|
|
"types": "./dist/web.d.ts",
|
|
"default": "./dist/web.js"
|
|
},
|
|
"require": {
|
|
"types": "./dist/web.d.cts",
|
|
"default": "./dist/web.cjs"
|
|
}
|
|
},
|
|
"./channels": {
|
|
"input": "./src/channels/index.ts",
|
|
"typedoc": "./src/channels/index.ts",
|
|
"import": {
|
|
"types": "./dist/channels/index.d.ts",
|
|
"default": "./dist/channels/index.js"
|
|
},
|
|
"require": {
|
|
"types": "./dist/channels/index.d.cts",
|
|
"default": "./dist/channels/index.cjs"
|
|
}
|
|
},
|
|
"./pregel": {
|
|
"input": "./src/pregel/index.ts",
|
|
"typedoc": "./src/pregel/index.ts",
|
|
"import": {
|
|
"types": "./dist/pregel/index.d.ts",
|
|
"default": "./dist/pregel/index.js"
|
|
},
|
|
"require": {
|
|
"types": "./dist/pregel/index.d.cts",
|
|
"default": "./dist/pregel/index.cjs"
|
|
}
|
|
},
|
|
"./prebuilt": {
|
|
"input": "./src/prebuilt/index.ts",
|
|
"typedoc": "./src/prebuilt/index.ts",
|
|
"import": {
|
|
"types": "./dist/prebuilt/index.d.ts",
|
|
"default": "./dist/prebuilt/index.js"
|
|
},
|
|
"require": {
|
|
"types": "./dist/prebuilt/index.d.cts",
|
|
"default": "./dist/prebuilt/index.cjs"
|
|
}
|
|
},
|
|
"./remote": {
|
|
"input": "./src/remote.ts",
|
|
"typedoc": "./src/remote.ts",
|
|
"import": {
|
|
"types": "./dist/remote.d.ts",
|
|
"default": "./dist/remote.js"
|
|
},
|
|
"require": {
|
|
"types": "./dist/remote.d.cts",
|
|
"default": "./dist/remote.cjs"
|
|
}
|
|
},
|
|
"./zod": {
|
|
"input": "./src/graph/zod/index.ts",
|
|
"typedoc": "./src/graph/zod/index.ts",
|
|
"import": {
|
|
"types": "./dist/graph/zod/index.d.ts",
|
|
"default": "./dist/graph/zod/index.js"
|
|
},
|
|
"require": {
|
|
"types": "./dist/graph/zod/index.d.cts",
|
|
"default": "./dist/graph/zod/index.cjs"
|
|
}
|
|
},
|
|
"./zod/schema": {
|
|
"input": "./src/graph/zod/schema.ts",
|
|
"typedoc": "./src/graph/zod/schema.ts",
|
|
"import": {
|
|
"types": "./dist/graph/zod/schema.d.ts",
|
|
"default": "./dist/graph/zod/schema.js"
|
|
},
|
|
"require": {
|
|
"types": "./dist/graph/zod/schema.d.cts",
|
|
"default": "./dist/graph/zod/schema.cjs"
|
|
}
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"files": [
|
|
"dist/"
|
|
]
|
|
}
|