ai-brain-2/package.json

23 lines
443 B
JSON
Raw Permalink Normal View History

2025-02-02 23:19:05 +00:00
{
"name": "ai-brain-2",
"version": "1.0.0",
"description": "A HLE simulation of human consciousness using Ollama and JavaScript.",
"main": "index.mjs",
"scripts": {
"start": "node index.mjs"
},
"dependencies": {
"ollama": "^0.5.12"
},
"keywords": [
"consciousness",
"human-AI interaction",
"simulator",
"JavaScript"
],
"author": {
"name": "Sammy Lord",
"email": "glados@sllord.info"
}
}