{ "name": "sticker-server", "version": "1.0.0", "description": "MCP Server for searching and sending stickers based on emotions", "main": "dist/index.js", "type": "module", "scripts": { "start": "node index.js", "build": "tsc -p tsconfig.json" }, "dependencies": { "@modelcontextprotocol/sdk": "*", "axios": "^1.6.0", "node-fetch": "^3.3.2" }, "devDependencies": { "@types/node": "^22.13.14", "ts-node": "^10.9.2", "ts-node-dev": "^2.0.0", "typescript": "^5.3.3" } }