mochaclaw-js / package.json
webxos's picture
Upload 4 files
712705b verified
raw
history blame contribute delete
319 Bytes
{
"name": "mochaclaw",
"version": "1.0.0",
"description": "Local AI agent with OpenClaw style",
"main": "mochaclaw",
"scripts": {
"start": "./mochaclaw"
},
"dependencies": {
"@xenova/transformers": "^2.17.1",
"axios": "^1.6.0",
"dotenv": "^16.3.1"
},
"author": "",
"license": "MIT"
}