37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
{
|
|
"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"
|
|
}
|
|
}
|