-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 865 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 865 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
{
"name": "realtimeaiapp-js",
"version": "1.0.0",
"description": "Realtime OpenAI demo showing real-time text and speech. Learn a language or complete a form using your voice.",
"keywords": [
"realtime",
"ai",
"ai-foundry",
"websockets",
"typescript"
],
"homepage": "https://github.com/DanWahlin/RealtimeAIApp-JS#readme",
"bugs": {
"url": "https://github.com/DanWahlin/RealtimeAIApp-JS/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DanWahlin/RealtimeAIApp-JS.git"
},
"license": "MIT",
"author": "Dan Wahlin",
"type": "module",
"scripts": {
"deploy": "gh-pages -d public",
"repo-adventures": "repo-adventures --theme all --output ./public --overwrite"
},
"devDependencies": {
"gh-pages": "^6.3.0",
"@codewithdan/ai-repo-adventures-generator": "1.10.3"
}
}