mirror of
https://github.com/langchain-ai/open-agent-platform.git
synced 2026-07-01 20:24:10 -04:00
29 lines
599 B
JSON
29 lines
599 B
JSON
{
|
|
"name": "open-agent-platform",
|
|
"author": "LangChain",
|
|
"private": true,
|
|
"workspaces": [
|
|
"apps/*"
|
|
],
|
|
"scripts": {
|
|
"dev": "turbo dev",
|
|
"build": "turbo build",
|
|
"turbo:command": "turbo",
|
|
"format": "turbo format",
|
|
"lint": "turbo lint",
|
|
"lint:fix": "turbo lint:fix"
|
|
},
|
|
"devDependencies": {
|
|
"turbo": "^2.5.0",
|
|
"typescript": "^5"
|
|
},
|
|
"optionalDependencies": {
|
|
"@tailwindcss/oxide-linux-x64-gnu": "^4.0.1",
|
|
"lightningcss-linux-x64-gnu": "^1.29.1"
|
|
},
|
|
"resolutions": {
|
|
"@langchain/core": "^0.3.42"
|
|
},
|
|
"packageManager": "yarn@3.5.1"
|
|
}
|