mirror of
https://github.com/langchain-ai/langgraphjs.git
synced 2026-07-25 05:05:33 -04:00
5b98e5c257
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "@langchain/langgraph-ui",
|
|
"version": "1.1.8",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": "^18.19.0 || >=20.16.0"
|
|
},
|
|
"license": "MIT",
|
|
"main": "./dist/index.mjs",
|
|
"bin": {
|
|
"langgraphjs-ui": "./dist/cli.mjs"
|
|
},
|
|
"files": [
|
|
"dist/"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/langchain-ai/langgraphjs.git",
|
|
"directory": "libs/langgraph-ui"
|
|
},
|
|
"scripts": {
|
|
"clean": "rm -rf dist/ .turbo/",
|
|
"build": "yarn turbo:command build:internal --filter=@langchain/langgraph-ui",
|
|
"build:internal": "yarn clean && node scripts/build.mjs",
|
|
"prepublish": "yarn build",
|
|
"typecheck": "tsc --noEmit",
|
|
"format": "prettier --write .",
|
|
"format:check": "prettier --check ."
|
|
},
|
|
"dependencies": {
|
|
"@commander-js/extra-typings": "^13.0.0",
|
|
"commander": "^13.0.0",
|
|
"esbuild": "^0.25.0",
|
|
"esbuild-plugin-tailwindcss": "^2.0.1",
|
|
"zod": "^3.25.76 || ^4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.15.11",
|
|
"@types/react": "^19.0.8",
|
|
"@types/react-dom": "^19.0.3",
|
|
"prettier": "^2.8.3",
|
|
"typescript": "^4.9.5 || ^5.4.5",
|
|
"vitest": "^3.2.4"
|
|
}
|
|
}
|