mirror of
https://github.com/langchain-ai/langgraphjs.git
synced 2026-07-21 08:35:23 -04:00
e7aeffeb72
Co-authored-by: Christian Bromann <git@bromann.dev>
13 lines
287 B
JSON
13 lines
287 B
JSON
{
|
|
"name": "docs",
|
|
"type": "module",
|
|
"private": true,
|
|
"description": "Dependencies for LangGraph docs.",
|
|
"scripts": {
|
|
"build": "typedoc --options typedoc.jsonc"
|
|
},
|
|
"devDependencies": {
|
|
"typedoc": "patch:typedoc@npm:3.0.28.11#./patches/typedoc@3.0.28.11.patch"
|
|
}
|
|
}
|