zhangfeng144
init
cff3b13
raw
history blame contribute delete
525 Bytes
{
"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"
}
}