forked from Jackywine/Bella
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.05 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.05 KB
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
{
"name": "bella",
"version": "1.0.0",
"description": "Bella - A digital companion awakening to life. More than just a program, she's an entity designed to create emotional connections with users.",
"main": "script.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "http-server -p 8081 -c-1 --cors --headers='{\"Cross-Origin-Opener-Policy\": \"same-origin\", \"Cross-Origin-Embedder-Policy\": \"require-corp\"}'",
"download": "node download_models.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GRISHM7890/Bella.git"
},
"keywords": [
"bella",
"ai",
"emotional-ai",
"digital-life",
"human-ai-interaction"
],
"author": "Grishma Mahorkar",
"license": "ISC",
"bugs": {
"url": "https://github.com/GRISHM7890/Bella/issues"
},
"homepage": "https://github.com/GRISHM7890/Bella#readme",
"dependencies": {
"@xenova/transformers": "^2.17.2"
},
"devDependencies": {
"http-server": "^14.1.1",
"serve": "^14.2.4"
}
}