Files
langgraphjs/internal/bench/package.json
T
David Duong fdd5878e89 chore: update dependencies (#1774)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-11 14:43:13 +00:00

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