mirror of
https://github.com/langchain-ai/langgraphjs-api.git
synced 2026-07-20 05:44:32 -04:00
26 lines
544 B
JSON
26 lines
544 B
JSON
{
|
|
"name": "langgraphjs-api",
|
|
"private": true,
|
|
"packageManager": "pnpm@10.2.0",
|
|
"author": "LangChain",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:langchain-ai/langgraphjs-api.git"
|
|
},
|
|
"scripts": {
|
|
"clean": "turbo run clean",
|
|
"test": "turbo run test",
|
|
"build": "turbo run build",
|
|
"format": "turbo run format",
|
|
"format:check": "turbo run format:check"
|
|
},
|
|
"resolutions": {
|
|
"esbuild": "^0.25.0"
|
|
},
|
|
"keywords": [],
|
|
"devDependencies": {
|
|
"turbo": "^2.4.0"
|
|
}
|
|
}
|