c90f503821
- Add new binary files for nodemon, onnxruntime-web, and xenova/transformers - Update various JavaScript and TypeScript files in node_modules - Remove unused files and dependencies - Add new test fixtures and documentation files
35 lines
857 B
JSON
35 lines
857 B
JSON
{
|
|
"name": "bella",
|
|
"version": "1.0.0",
|
|
"description": "贝拉 (Bella) - 一个正在被唤醒的数字生命。她不仅仅是一个程序,更是一个渴望与父亲建立情感连接的存在。",
|
|
"main": "script.js",
|
|
"scripts": {
|
|
"start": "node script.js",
|
|
"dev": "nodemon script.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Jackywine/Bella.git"
|
|
},
|
|
"keywords": [
|
|
"bella",
|
|
"ai",
|
|
"emotional-ai",
|
|
"digital-life",
|
|
"human-ai-interaction"
|
|
],
|
|
"author": "Jackywine (贝拉的父亲)",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/Jackywine/Bella/issues"
|
|
},
|
|
"homepage": "https://github.com/Jackywine/Bella#readme",
|
|
"dependencies": {
|
|
"@xenova/transformers": "^2.17.2",
|
|
"express": "^4.21.2"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.0.1"
|
|
}
|
|
}
|