package.json•786 B
{
"name": "@masx200/amap-maps-mcp-server",
"version": "1.0.0",
"description": "MCP server for using the AMap Maps API",
"author": "高德地图开放平台, PBC (https://lbs.amap.com)",
"type": "module",
"license": "ISC",
"bin": {
"mcp-amap": "./build/index.js"
},
"files": [
"build"
],
"main": "build/index.js",
"scripts": {
"build": "chmod 755 build/index.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.2",
"@types/express": "^5.0.3",
"@types/node-fetch": "^2.6.12",
"express": "^5.1.0",
"node-fetch": "^3.3.2",
"zod": "3.25.76"
},
"devDependencies": {
"shx": "^0.3.4",
"typescript": "^5.6.2"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}