Files
langgraphjs/libs/langgraph-ui/package.json
T
github-actions[bot] 5b98e5c257 chore: version packages (#1854)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-08 18:41:30 -08:00

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