MCP Terminal Server

{ "main": "lib/index.js", "scripts": { "start": "node lib/index.js", "genkit:dev": "genkit start -- tsx --watch src/index.ts", "build": "tsc", "build:watch": "tsc --watch", "test": "echo \"Error: no test specified\" && exit 1" }, "name": "js-angular", "version": "1.0.0", "description": "This is a simple UI for streaming RPG character generator.", "keywords": [], "author": "", "license": "ISC", "dependencies": { "genkit": "^1.0.4", "@genkit-ai/vertexai": "^1.0.4", "@genkit-ai/express": "^1.0.4", "express": "^4.21.0", "partial-json": "^0.1.7" }, "devDependencies": { "genkit-cli": "^1.0.4", "typescript": "^5.4.5", "tsx": "^4.19.2" } }