forked from langchain-ai/open-swe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 705 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 705 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "open-swe",
"author": "LangChain",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"dev": "turbo dev",
"build": "turbo build",
"turbo:command": "turbo",
"format": "turbo format",
"clean": "rm -rf .turbo || true && turbo clean",
"format:check": "turbo format:check",
"lint": "turbo lint",
"lint:fix": "turbo lint:fix",
"test": "turbo test"
},
"devDependencies": {
"turbo": "^2.5.0",
"typescript": "^5.9.2"
},
"resolutions": {
"@langchain/langgraph-sdk": "^0.0.95",
"@langchain/core": "^0.3.65",
"langsmith": "^0.3.48",
"jsonwebtoken": "^9.0.2"
},
"packageManager": "yarn@3.5.1"
}