mirror of
https://github.com/langchain-ai/langgraphjs.git
synced 2026-07-22 17:15:25 -04:00
1e1ecbbcf8
Co-authored-by: Tat Dat Duong <david@duong.cz> Co-authored-by: Christian Bromann <git@bromann.dev> Co-authored-by: Nuno Campos <nuno@langchain.dev> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
13 lines
306 B
JSON
13 lines
306 B
JSON
{
|
|
"name": "docs",
|
|
"type": "module",
|
|
"private": true,
|
|
"description": "Dependencies for LangGraph docs.",
|
|
"scripts": {
|
|
"build": "typedoc --options typedoc.jsonc"
|
|
},
|
|
"devDependencies": {
|
|
"typedoc": "patch:typedoc@npm%3A0.28.11#~/.yarn/patches/typedoc-npm-0.28.11-18b71eb2e0.patch"
|
|
}
|
|
}
|