forked from eval-protocol/python-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 689 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 689 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
34
{
"name": "eval-protocol",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"version": "0.1.13",
"peerDependencies": {
"typescript": "^5",
"@vercel/functions": "^1.4.0",
"@vercel/node": "^3.0.21",
"openai": "^4.104.0"
},
"dependencies": {
"winston": "^3.11.0",
"winston-transport": "^4.6.0",
"logform": "^2.6.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/bun": "latest",
"@vercel/functions": "^1.4.0",
"@vercel/node": "^3.0.21",
"openai": "^4.104.0"
}
}