23 lines
432 B
JSON
23 lines
432 B
JSON
{
|
|
"name": "wrapper",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"license": "ISC",
|
|
"author": "",
|
|
"type": "commonjs",
|
|
"main": "run.ts",
|
|
"scripts": {
|
|
"dev": "npx tsx run.ts"
|
|
},
|
|
"dependencies": {
|
|
"@langchain/langgraph-sdk": "^1.6.2",
|
|
"cli-progress": "^3.12.0",
|
|
"p-limit": "^7.3.0",
|
|
"tsx": "^4.21.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cli-progress": "^3.11.6",
|
|
"@types/node": "^25.2.3"
|
|
}
|
|
}
|