48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"name": "@mintel/payload-mcp-chat",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "Payload CMS Plugin for MCP AI Chat with custom permissions",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": "./dist/index.js",
|
|
"./components/*": "./dist/components/*",
|
|
"./actions/*": "./dist/actions/*",
|
|
"./endpoints/*": "./dist/endpoints/*",
|
|
"./tools/*": "./dist/tools/*",
|
|
"./utils/*": "./dist/utils/*"
|
|
},
|
|
"peerDependencies": {
|
|
"@payloadcms/next": ">=3.0.0",
|
|
"@payloadcms/ui": ">=3.0.0",
|
|
"payload": ">=3.0.0",
|
|
"react": ">=18.0.0",
|
|
"react-dom": ">=18.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@ai-sdk/openai": "^3.0.39",
|
|
"@modelcontextprotocol/sdk": "^1.6.0",
|
|
"@qdrant/js-client-rest": "^1.17.0",
|
|
"ai": "^4.1.41",
|
|
"lucide-react": "^0.475.0",
|
|
"zod": "^3.25.76"
|
|
},
|
|
"devDependencies": {
|
|
"@payloadcms/next": "3.77.0",
|
|
"@payloadcms/ui": "3.77.0",
|
|
"@types/node": "^20.17.17",
|
|
"@types/react": "^19.2.8",
|
|
"@types/react-dom": "^19.2.3",
|
|
"next": "^15.1.0",
|
|
"payload": "3.77.0",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"typescript": "^5.7.3"
|
|
}
|
|
} |