-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 840 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 840 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
32
33
{
"name": "langsmith-vercel-app",
"version": "1.0.0",
"description": "Vercel + Langsmith integrations",
"homepage": "https://github.com/junip/langsmith-vercel-app#readme",
"bugs": {
"url": "https://github.com/junip/langsmith-vercel-app/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/junip/langsmith-vercel-app.git"
},
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.js",
"scripts": {
"dev": "npx run vercel",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@vercel/node": "^3.0.0",
"langchain": "^0.3.29",
"langsmith": "^0.1.0",
"openai": "^5.8.2",
"vercel": "^44.2.13",
"@types/formidable": "^3.4.5",
"formidable": "^3.5.4"
},
"devDependencies": {
"@types/node": "^24.0.10"
}
}