package.json•1.18 kB
{
"name": "shadcn-ui-mcp-server",
"version": "0.1.2",
"description": "MCP server for shadcn/ui component references",
"type": "module",
"license": "MIT",
"bin": {
"shadcn-ui-server": "build/index.js"
},
"files": [
"build"
],
"scripts": {
"build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
"prepare": "npm run build",
"watch": "tsc --watch",
"inspector": "npx @modelcontextprotocol/inspector build/index.js",
"start": "node ./build/index.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.1",
"axios": "^1.7.9",
"cheerio": "^1.0.0-rc.12",
"express": "^5.1.0"
},
"devDependencies": {
"@types/express": "^5.0.2",
"@types/node": "^20.11.24",
"typescript": "^5.3.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ymadd/shadcn-ui-mcp-server.git"
},
"author": "ymadd",
"bugs": {
"url": "https://github.com/ymadd/shadcn-ui-mcp-server/issues"
},
"homepage": "https://github.com/ymadd/shadcn-ui-mcp-server#readme",
"keywords": [
"shadcn/ui",
"MCP",
"model context protocol",
"component references"
]
}