package.json•1.23 kB
{
"name": "phosphor-icons-mcp",
"version": "1.0.0",
"description": "MCP server for Phosphor Icons - provides access to beautiful SVG icons with multiple weights",
"type": "module",
"main": "dist/index.js",
"module": "./src/index.ts",
"types": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"scripts": {
"dev": "npx @smithery/cli dev",
"build": "tsc",
"build:check": "tsc --noEmit",
"clean": "rm -rf dist",
"prepublishOnly": "npm run clean && npm run build"
},
"keywords": [
"mcp",
"model-context-protocol",
"phosphor-icons",
"icons",
"svg",
"design",
"ui",
"iconography"
],
"author": "Your Name",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yourusername/phosphor-icons-mcp.git"
},
"bugs": {
"url": "https://github.com/yourusername/phosphor-icons-mcp/issues"
},
"homepage": "https://github.com/yourusername/phosphor-icons-mcp#readme",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.22.0",
"@smithery/sdk": "^1.7.4",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/node": "^22.10.2",
"typescript": "^5.7.2"
}
}