mirror of
https://github.com/langchain-ai/langgraphjs-api.git
synced 2026-07-01 13:58:12 -04:00
44 lines
1021 B
JSON
44 lines
1021 B
JSON
{
|
|
"name": "@langchain/langgraph-ui",
|
|
"version": "0.0.37",
|
|
"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"
|
|
}
|
|
}
|