{ "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" } }