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