-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 2.45 KB
/
Copy pathpackage.json
File metadata and controls
93 lines (93 loc) · 2.45 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"start": "node server/server.js",
"type": "module",
"name": "antithesis-chat",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"accepts": "^2.0.0",
"body-parser": "^2.2.0",
"bytes": "^3.1.2",
"call-bind-apply-helpers": "^1.0.2",
"call-bound": "^1.0.4",
"content-disposition": "^1.0.0",
"content-type": "^1.0.5",
"cookie": "^0.7.2",
"cookie-signature": "^1.2.2",
"cors": "^2.8.5",
"data-uri-to-buffer": "^4.0.1",
"debug": "^4.4.1",
"depd": "^2.0.0",
"dotenv": "^16.5.0",
"dunder-proto": "^1.0.1",
"ee-first": "^1.1.1",
"encodeurl": "^2.0.0",
"es-define-property": "^1.0.1",
"es-errors": "^1.3.0",
"es-object-atoms": "^1.1.1",
"escape-html": "^1.0.3",
"etag": "^1.8.1",
"express": "^5.1.0",
"express-rate-limit": "^7.5.1",
"fetch-blob": "^3.2.0",
"finalhandler": "^2.1.0",
"formdata-polyfill": "^4.0.10",
"forwarded": "^0.2.0",
"fresh": "^2.0.0",
"function-bind": "^1.1.2",
"get-intrinsic": "^1.3.0",
"get-proto": "^1.0.1",
"gopd": "^1.2.0",
"groq-sdk": "^0.25.0",
"has-symbols": "^1.1.0",
"hasown": "^2.0.2",
"http-errors": "^2.0.0",
"iconv-lite": "^0.6.3",
"inherits": "^2.0.4",
"ipaddr.js": "^1.9.1",
"is-promise": "^4.0.0",
"math-intrinsics": "^1.1.0",
"media-typer": "^1.1.0",
"merge-descriptors": "^2.0.0",
"mime-db": "^1.54.0",
"mime-types": "^3.0.1",
"ms": "^2.1.3",
"negotiator": "^1.0.0",
"node-domexception": "^1.0.0",
"node-fetch": "^3.3.2",
"object-assign": "^4.1.1",
"object-inspect": "^1.13.4",
"on-finished": "^2.4.1",
"once": "^1.4.0",
"parseurl": "^1.3.3",
"path-to-regexp": "^8.2.0",
"proxy-addr": "^2.0.7",
"qs": "^6.14.0",
"range-parser": "^1.2.1",
"raw-body": "^3.0.0",
"router": "^2.2.0",
"safe-buffer": "^5.2.1",
"safer-buffer": "^2.1.2",
"send": "^1.2.0",
"serve-static": "^2.2.0",
"setprototypeof": "^1.2.0",
"side-channel": "^1.1.0",
"side-channel-list": "^1.0.0",
"side-channel-map": "^1.0.1",
"side-channel-weakmap": "^1.0.2",
"statuses": "^2.0.2",
"toidentifier": "^1.0.1",
"type-is": "^2.0.1",
"unpipe": "^1.0.0",
"vary": "^1.1.2",
"web-streams-polyfill": "^3.3.3",
"wrappy": "^1.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}