seatalk-mcp-server
Version:
A Model Context Protocol server for SeaTalk Open Platform integration
62 lines (61 loc) • 1.51 kB
JSON
{
"name": "seatalk-mcp-server",
"version": "0.0.7",
"description": "A Model Context Protocol server for SeaTalk Open Platform integration",
"private": false,
"type": "module",
"bin": {
"seatalk-mcp-server": "./build/index.js"
},
"files": [
"build/index.js",
"README.md"
],
"main": "./build/index.js",
"exports": {
".": "./build/index.js"
},
"scripts": {
"build": "node build.mjs",
"build:old": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
"prepare": "npm run build",
"watch": "node build.mjs --watch",
"inspector": "npx @modelcontextprotocol/inspector build/index.js",
"test": "node scripts/test-server.js",
"start": "node build/index.js",
"prepublishOnly": "npm run build",
"clean": "rm -rf build/*"
},
"dependencies": {
"@modelcontextprotocol/sdk": "0.6.0",
"axios": "^1.7.7",
"dotenv": "^16.5.0",
"form-data": "^4.0.0",
"node-cache": "^5.1.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.11.24",
"esbuild": "^0.25.5",
"typescript": "^5.3.3"
},
"keywords": [
"seatalk",
"mcp",
"model-context-protocol",
"ai",
"assistant"
],
"author": "Muhammad Iqbal <muhammad.iqbal@shopee.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://git.garena.com/shopee/shopee-id/seatalk-mcp-server.git"
},
"engines": {
"node": ">=16.0.0"
},
"publishConfig": {
"access": "public"
}
}