File size: 319 Bytes
712705b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | {
"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"
} |