package.json•905 B
{
"name": "mcp-magic-ui",
"version": "1.0.0",
"description": "MCP server for Magic UI components",
"main": "dist/index.js",
"type": "module",
"bin": {
"mcp-magic-ui": "dist/cli.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsc -w & nodemon dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"postbuild": "chmod +x dist/cli.js"
},
"keywords": [
"mcp",
"magic-ui",
"components"
],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.6.1",
"@octokit/rest": "^19.0.13",
"@types/node-fetch": "^2.6.12",
"dotenv": "^16.4.7",
"express": "^4.18.2",
"node-fetch": "^3.3.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.10.5",
"nodemon": "^3.0.2",
"typescript": "^5.3.3"
}
}