ai-ip-plugin
Version:
AI-IP Plugin for MCP Workflow Management with SSE streaming and event handling
56 lines (55 loc) • 1.31 kB
JSON
{
"name": "ai-ip-plugin",
"version": "1.0.1",
"description": "AI-IP Plugin for MCP Workflow Management with SSE streaming and event handling",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.js",
"files": [
"dist",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "https://github.com/your-username/mono-repo.git",
"directory": "packages/js-ts-plugin"
},
"homepage": "https://github.com/your-username/mono-repo/tree/main/packages/js-ts-plugin#readme",
"bugs": {
"url": "https://github.com/your-username/mono-repo/issues"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"clean": "rm -rf dist",
"prepublishOnly": "npm run clean && npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ai",
"mcp",
"workflow",
"sse",
"streaming",
"plugin",
"typescript",
"javascript",
"react",
"event-driven"
],
"author": "Your Name <your.email@example.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/node": "^24.0.3",
"@types/react": "^18.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"peerDependencies": {
"react": ">=16.8.0"
}
}