mirror of
https://github.com/larchanka/manbot.git
synced 2026-05-13 13:39:40 +00:00
52 lines
1.5 KiB
JSON
52 lines
1.5 KiB
JSON
{
|
|
"name": "manbot",
|
|
"version": "1.0.20260323",
|
|
"description": "🧬 ManBot — Multi-process AI platform with type-safe IPC and capability graph execution",
|
|
"main": "dist/index.js",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "node dist/index.js",
|
|
"dev": "tsx src/index.ts",
|
|
"start:telegram": "node dist/adapters/telegram-adapter.js",
|
|
"dev:telegram": "tsx src/adapters/telegram-adapter.ts",
|
|
"start:orchestrator": "node dist/core/orchestrator.js",
|
|
"dev:orchestrator": "tsx src/core/orchestrator.ts",
|
|
"start:generator": "node dist/services/generator-service.js",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@larchanka/colors-js": "^1.0.1",
|
|
"better-sqlite3": "^12.6.2",
|
|
"ffmpeg-static": "^5.3.0",
|
|
"node-cron": "^4.2.1",
|
|
"node-telegram-bot-api": "^0.63.0",
|
|
"nodejs-whisper": "^0.2.9",
|
|
"pino": "^9.5.0",
|
|
"playwright": "^1.48.0",
|
|
"playwright-extra": "^4.3.6",
|
|
"puppeteer-extra-plugin-stealth": "^2.11.2",
|
|
"sqlite-vss": "^0.1.2",
|
|
"turndown": "^7.2.0",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/better-sqlite3": "^7.6.13",
|
|
"@types/ffmpeg-static": "^3.0.3",
|
|
"@types/node": "^22.10.1",
|
|
"@types/node-cron": "^3.0.11",
|
|
"@types/node-telegram-bot-api": "^0.64.13",
|
|
"@types/turndown": "^5.0.5",
|
|
"@vitest/coverage-v8": "^4.0.18",
|
|
"tsx": "^4.19.2",
|
|
"typescript": "^5.7.2",
|
|
"vitest": "^4.0.18"
|
|
}
|
|
}
|