MCP Terminal Server

{ "name": "@genkit-ai/next", "description": "Next.js plugin for Genkit", "keywords": [ "genkit", "genkit-plugin", "google cloud", "google ai", "ai", "genai", "generative-ai", "next", "nextjs", "next.js", "react" ], "version": "1.0.5", "type": "commonjs", "main": "lib/index.js", "scripts": { "check": "tsc", "compile": "tsup-node", "build:clean": "rimraf ./lib", "build": "npm-run-all build:clean check compile", "build:watch": "tsup-node --watch", "test": "jest --verbose" }, "repository": { "type": "git", "url": "https://github.com/firebase/genkit.git", "directory": "js/plugins/next" }, "author": "genkit", "license": "Apache-2.0", "peerDependencies": { "genkit": "workspace:*", "next": "^15.0.0", "zod": "^3.24.1" }, "devDependencies": { "genkit": "workspace:*", "@types/node": "^20.11.16", "@types/react": "^19", "@types/jest": "^29.5.12", "@types/react-dom": "^19", "@jest/globals": "^29.7.0", "npm-run-all": "^4.1.5", "rimraf": "^6.0.1", "tsup": "^8.0.2", "tsx": "^4.7.0", "typescript": "^4.9.0", "next": "^15.0.0", "ts-jest": "^29.1.2", "jest": "^29.7.0", "zod": "^3.24.1" }, "types": "./lib/index.d.ts", "exports": { ".": { "require": "./lib/index.js", "import": "./lib/index.mjs", "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "./client": { "require": "./lib/client.js", "import": "./lib/client.mjs", "types": "./lib/client.d.ts", "default": "./lib/client.js" } }, "typesVersions": { "*": { "client": [ "lib/client" ] } } }