File size: 1,260 Bytes
1de5225
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "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. Deployable on Hugging Face Spaces.",
  "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",
    "preview": "http-server -p 8081 -c-1 --cors"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GRISHM7890/Bella.git"
  },
  "keywords": [
    "bella",
    "ai",
    "emotional-ai",
    "digital-life",
    "human-ai-interaction",
    "hugging-face-spaces",
    "transformers.js",
    "web-ai"
  ],
  "author": "Grishma Mahorkar",
  "license": "MIT",
  "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"
  }
}