Files
2026-03-12 22:32:04 +00:00

28 lines
546 B
JSON

{
"name": "langgraph-js-starter",
"version": "0.1.4",
"private": true,
"workspaces": [
"apps/*"
],
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
"lint": "turbo run lint"
},
"devDependencies": {
"@langchain/langgraph-cli": "^1.0.4",
"eslint": "^9.39.1",
"eslint-config-next": "^16.0.8",
"turbo": "^2.3.3"
},
"packageManager": "pnpm@9.15.0",
"engines": {
"node": ">=18.0.0"
},
"overrides": {
"@langchain/core": "^1.0.1",
"@langchain/langgraph": "1.0.2"
}
}