Files
langgraphjs-api/libs/langgraph-ui/package.json
T
Tat Dat Duong 6925dc7a6c release: 0.0.41
2025-06-30 13:25:37 +02:00

44 lines
1021 B
JSON

{
"name": "@langchain/langgraph-ui",
"version": "0.0.41",
"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@github.com:langchain-ai/langgraphjs-api.git"
},
"scripts": {
"clean": "npx -y bun scripts/clean.mjs",
"build": "npx -y bun scripts/build.mjs",
"prepack": "yarn run 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.23.8"
},
"devDependencies": {
"@types/node": "^22.2.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"prettier": "^3.3.3",
"typescript": "^5.5.4",
"vitest": "^3.0.5"
}
}