forked from Azure-Samples/azure-openai-assistant-javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 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
38
39
40
41
42
43
44
{
"name": "azure-openai-assistant-javascript",
"version": "1.0.0",
"description": "A personal finance assistant designed to help you with financial tasks and queries.",
"scripts": {
"dev": "vite",
"predeploy": "npm run build",
"deploy": "swa deploy",
"build": "vite build",
"preview": "vite preview",
"start": "swa start"
},
"repository": {
"type": "git",
"url": "https://github.com/Azure-Samples/azure-openai-assistant-javascript.git"
},
"homepage": "https://github.com/Azure-Samples/azure-openai-assistant-javascript",
"bugs": {
"url": "https://github.com/Azure-Samples/azure-openai-assistant-javascript/issues"
},
"keywords": [
"ai",
"assistant",
"chatbot",
"agent",
"skills",
"function-calling",
"instructor",
"retrieval-augmented-generation",
"typescript",
"javascript",
"azure",
"azure-functions",
"azure-static-web-apps"
],
"license": "MIT",
"devDependencies": {
"@azure/static-web-apps-cli": "^1.1.7",
"vite": "^5.2.10"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.17.2"
}
}