Files
langgraphjs-api/package.json
2025-03-06 14:49:56 +01:00

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"
}
}