-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 993 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 993 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
{
"name": "openai-lodging-service",
"version": "1.0.0",
"description": "A lodging recommendation service for properties in San Francisco, powered by Azure OpenAI and YugabyteDB.",
"main": "backend/index.js",
"scripts": {
"start": "node backend/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YugabyteDB-Samples/yugabytedb-azure-openai-lodging-service.git"
},
"author": "Denis Magda",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/YugabyteDB-Samples/yugabytedb-azure-openai-lodging-service/issues"
},
"homepage": "https://github.com/YugabyteDB-Samples/yugabytedb-azure-openai-lodging-service#readme",
"dependencies": {
"@azure/openai": "^1.0.0-beta.6",
"create-react-app": "^5.0.1",
"express": "^4.18.2",
"pg": "^8.11.3",
"properties-reader": "^2.3.0"
}
}