package.jsonā¢1.3 kB
{
"name": "@xingyuchen/url2qr-mcp",
"version": "1.1.0",
"description": "MCP server that converts URLs to QR codes with downloadable links",
"type": "module",
"module": "src/index.ts",
"main": "build/index.js",
"bin": {
"url2qr-mcp": "build/index.js"
},
"scripts": {
"build": "tsc",
"start": "node build/index.js",
"dev": "tsc && node build/index.js",
"smithery:build": "npx smithery build",
"smithery:dev": "npx smithery dev"
},
"keywords": [
"mcp",
"qrcode",
"url",
"model-context-protocol",
"ai-tools"
],
"author": {
"name": "Xingyu Chen",
"email": "guangxiangdebizi@gmail.com",
"url": "https://github.com/guangxiangdebizi"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/guangxiangdebizi/URL2QR-MCP.git"
},
"homepage": "https://github.com/guangxiangdebizi/URL2QR-MCP#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"express": "^4.18.2",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"qrcode": "^1.5.3"
},
"devDependencies": {
"@types/node": "^20.11.24",
"@types/express": "^4.17.21",
"@types/cors": "^2.8.17",
"@types/qrcode": "^1.5.5",
"typescript": "^5.3.3",
"@smithery/cli": "^1.4.6"
}
}