mirror of
https://github.com/langchain-ai/langgraphjs.git
synced 2026-07-23 01:26:57 -04:00
fdd5878e89
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
22 lines
498 B
JSON
22 lines
498 B
JSON
{
|
|
"name": "@langchain/langgraph-benchmark",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"format": "prettier --write src",
|
|
"lint": "prettier --check src",
|
|
"bench": "vitest bench"
|
|
},
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@langchain/langgraph": "workspace:*",
|
|
"@tsconfig/recommended": "^1.0.2",
|
|
"@types/node": "^18.15.11",
|
|
"prettier": "^2.8.3",
|
|
"typescript": "^4.9.5 || ^5.4.5",
|
|
"vitest": "^3.2.4"
|
|
}
|
|
}
|