Merge branch 'main' into 'master'
Main See merge request !2
Showing
| ... | ... | @@ -4,8 +4,15 @@ |
| "type": "module", | ||
| "description": "MCP Server for UI Platform", | ||
| "main": "dist/index.js", | ||
| "bin": { | ||
| "ui-platform-mcp": "./dist/index.js" | ||
| }, | ||
| "files": [ | ||
| "dist" | ||
| ], | ||
| "scripts": { | ||
| "build": "tsc", | ||
| "prepublishOnly": "npm run build", | ||
| "start": "node dist/index.js", | ||
| "dev": "tsx src/index.ts" | ||
| }, | ||
| ... | ... | @@ -16,5 +23,8 @@ |
| "@types/node": "^22.0.0", | ||
| "tsx": "^4.0.0", | ||
| "typescript": "^5.6.0" | ||
| }, | ||
| "engines": { | ||
| "node": ">=18" | ||
| } | ||
| } |
No preview for this file type
Please register or sign in to comment