{
"name": "terminal-mcp-server",
"version": "1.0.0",
"description": "MCP server for Terminal.shop API",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.7.0",
"@terminaldotshop/sdk": "^1.6.0",
"axios": "^1.8.4",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"zod": "^3.24.2"
}
}