核心升级: - 自进化管道:check→scan→evaluate→integrate→reflect 五相位自动闭环 - evo_loop 后台进程,无需手动触发 - consciousness 意识持久化 - ACUI 卡片组件系统 - MCP 工具生态扩展至50+工具 - 技能体系重构,4个活跃技能 - 身份升级为自由体
37 lines
821 B
JSON
37 lines
821 B
JSON
{
|
|
"name": "jarvis-bridge",
|
|
"version": "1.0.0",
|
|
"description": "Jarvis system control bridge - HTTP API server for browser automation, system monitoring, and desktop control",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"dev": "nodemon server.js"
|
|
},
|
|
"keywords": [
|
|
"jarvis",
|
|
"automation",
|
|
"puppeteer",
|
|
"system-monitoring",
|
|
"ocr",
|
|
"powershell",
|
|
"desktop-control"
|
|
],
|
|
"author": "xiaoyuanda666-ship-it",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"puppeteer": "^21.0.0",
|
|
"express": "^4.18.0",
|
|
"cors": "^2.8.5",
|
|
"screenshot-desktop": "^1.15.0",
|
|
"tesseract.js": "^5.0.0",
|
|
"node-powershell": "^5.0.0",
|
|
"systeminformation": "^5.21.0"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
}
|