-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (41 loc) · 897 Bytes
/
package.json
File metadata and controls
42 lines (41 loc) · 897 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
32
33
34
35
36
37
38
39
40
41
{
"name": "unitychatdemo",
"version": "1.0.8",
"description": "A demo application for PolliLib and the unity chat bot",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "node tools/run-tests.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Unity-Lab-AI/chatdemo.git"
},
"keywords": [
"ai",
"unity",
"unityai",
"unitylab",
"unitylabai",
"unityailab",
"chatbot",
"chat",
"bot"
],
"author": "Sponge (hackall360)",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/Unity-Lab-AI/chatdemo/issues"
},
"homepage": "https://github.com/Unity-Lab-AI/chatdemo#readme",
"dependencies": {
"highlight.js": "^11.9.0",
"markdown-it": "^14.1.0"
},
"devDependencies": {
"vite": "^5.3.0"
}
}