-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 1.12 KB
/
package.json
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
{
"name": "openai-api-router",
"version": "2.0.1",
"description": "An Azure AI Application Gateway/Platform that accelerates the deployment of intelligent AI Solutions/Applications such as AI Chatbots on Azure.",
"main": "src/server.js",
"scripts": {
"start": "node ./src/server.js",
"lint": "eslint src/js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ganesh Radhakrishnan",
"license": "MIT",
"dependencies": {
"@azure/monitor-opentelemetry": "^1.2.0",
"@opentelemetry/api": "^1.7.0",
"@opentelemetry/resources": "^1.21.0",
"@opentelemetry/sdk-metrics": "^1.21.0",
"@opentelemetry/sdk-trace-base": "^1.21.0",
"@opentelemetry/semantic-conventions": "^1.21.0",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"express": "^4.18.2",
"jsonschema": "^1.4.1",
"node-cron": "^3.0.3",
"node-fetch": "^2.6.1",
"passport": "^0.7.0",
"passport-azure-ad": "^4.3.5",
"pg": "^8.11.3",
"pgvector": "^0.1.8",
"pino-http": "^9.0.0",
"pino-pretty": "^10.3.1",
"winston": "^3.13.0"
},
"devDependencies": {
"eslint": "^8.56.0"
}
}