package.json•1.22 kB
{
"name": "@heilgar/shadcn-ui-mcp-server",
"version": "1.0.6",
"description": "MCP server for shadcn/ui component references",
"type": "module",
"main": "dist/index.js",
"bin": {
"shadcn-ui-mcp-server": "dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc && node -e \"require('fs').chmodSync('dist/index.js', '755')\"",
"start": "node dist/index.js",
"dev": "tsc && node dist/index.js",
"inspector": "mcp-inspector"
},
"repository": {
"type": "git",
"url": "git+https://github.com/heilgar/shadcn-ui-mcp-server.git"
},
"keywords": [
"mcp",
"model",
"context",
"protocol",
"shadcn-ui",
"mcp server"
],
"author": "heilgar",
"license": "MIT",
"bugs": {
"url": "https://github.com/heilgar/shadcn-ui-mcp-server/issues"
},
"homepage": "https://github.com/heilgar/shadcn-ui-mcp-server#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.11.3",
"cheerio": "^1.0.0"
},
"devDependencies": {
"@types/cheerio": "^0.22.35",
"@types/node": "^22.15.18",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=18.0.0"
},
"volta": {
"node": "22.15.1",
"npm": "11.4.0"
}
}