Commit 045c1da9 authored by Pham Tuan's avatar Pham Tuan

Merge branch 'main' into 'master'

Main

See merge request !2
parents 20616460 a4de121c
...@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment