UNPKG

mnemos-file-client

Version:

Bidirectional file synchronization client for Seahorse MCP Agent Server

48 lines 1.1 kB
{ "name": "mnemos-file-client", "version": "1.0.6", "description": "Bidirectional file synchronization client for Seahorse MCP Agent Server", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "mnemos-sync": "./bin/cli.js" }, "scripts": { "build": "tsc", "watch": "tsc -w", "prepublishOnly": "npm run build", "test": "echo \"No tests yet\" && exit 0" }, "keywords": [ "mnemos", "seahorse", "mcp", "sync", "file-sync", "bidirectional-sync" ], "author": "", "license": "MIT", "dependencies": { "axios": "^1.6.0", "chokidar": "^3.5.3", "commander": "^11.0.0", "sqlite3": "^5.1.6", "chalk": "^4.1.2", "ora": "^5.4.1", "js-yaml": "^4.1.0" }, "devDependencies": { "@types/node": "^20.0.0", "@types/js-yaml": "^4.0.9", "typescript": "^5.0.0" }, "engines": { "node": ">=14.0.0" }, "repository": { "type": "git", "url": "https://github.com/dnload/seahorse-mcp-agent-server.git" }, "homepage": "https://github.com/dnload/seahorse-mcp-agent-server#readme" }