package.json•1.41 kB
{
"name": "@lucianaib/logo-mcp",
"version": "3.0.0",
"description": "一个智能Logo提取和处理的MCP服务器,支持从网站URL自动识别并提取Logo图标",
"main": "dist/index.js",
"type": "module",
"bin": {
"logo-mcp": "dist/index.js"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"start": "node dist/index.js",
"test": "jest",
"prepublishOnly": "npm run build"
},
"keywords": [
"mcp",
"logo",
"extraction",
"favicon",
"image-processing",
"vector-conversion",
"web-scraping"
],
"author": "lucianaib <1843200236@qq.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/OnePieceLwc/logo-mcp.git"
},
"bugs": {
"url": "https://github.com/OnePieceLwc/logo-mcp/issues"
},
"homepage": "https://github.com/OnePieceLwc/logo-mcp#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.23.0",
"axios": "^1.6.0",
"cheerio": "^1.0.0-rc.12",
"image-size": "^1.0.2",
"mime-types": "^2.1.35",
"sharp": "^0.33.0",
"url-parse": "^1.5.10",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/jest": "^29.0.0",
"@types/node": "^20.0.0",
"@types/url-parse": "^1.4.11",
"jest": "^29.0.0",
"ts-jest": "^29.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=18.0.0"
}
}