package.json•2.2 kB
{
"name": "mcp-server",
"module": "src/index.ts",
"main": "build/index.js",
"type": "module",
"version": "1.0.1",
"description": "A powerful AI Agent tool that helps developers instantly create high-quality UI components",
"private": true,
"author": "gavin",
"license": "Apache-2.0",
"bin": {
"shadcn-vue-mcp": "build/http-server.js"
},
"files": [
"build"
],
"bugs": {
"url": "https://github.com/HelloGGX/shadcn-vue-mcp/issues"
},
"scripts": {
"inspect": "npx @modelcontextprotocol/inspector node -- build/http-server.js",
"build": "npx bun build src/index.ts --outdir build --target node && shx cp -r src/server/previewer build/ && shx chmod +x build/*.js",
"build:http": "npx bun build src/server/http-server.ts --outdir build --target node && shx chmod +x build/*.js",
"dev": "npx bun --watch src/index.ts",
"dev:http": "npx bun --watch src/server/http-server.ts",
"start": "npx bun run src/index.ts",
"start:http": "npx bun run src/server/http-server.ts",
"format": "prettier --write .",
"lint": "eslint \"**/*.{js,ts,tsx}\" --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HelloGGX/shadcn-vue-mcp"
},
"keywords": [
"shadcn-vue-mcp",
"mcp",
"context7",
"agent",
"fast-mcp",
"tailwindcss"
],
"devDependencies": {
"@eslint/js": "^9.33.0",
"@eslint/json": "^0.13.1",
"@eslint/markdown": "^7.1.0",
"@types/bun": "latest",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.3",
"@types/node": "^24.2.1",
"eslint": "^9.33.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-vue": "^10.4.0",
"globals": "^16.3.0",
"prettier": "^3.6.2",
"shx": "^0.4.0",
"typescript-eslint": "^8.39.0"
},
"peerDependencies": {
"@valibot/to-json-schema": "^1.0.0",
"effect": "^3.14.4",
"typescript": "^5.8.2"
},
"dependencies": {
"axios": "^1.11.0",
"cors": "^2.8.5",
"express": "^5.1.0",
"fast-glob": "^3.3.3",
"fastmcp": "^3.14.4",
"marked": "^16.1.2",
"open": "^10.2.0",
"sury": "11.0.0-alpha.2",
"zod": "^4.0.17"
}
}