package.json•580 B
{
"name": "aprs-fi-mcp-server",
"version": "1.0.0",
"description": "MCP server for APRS.fi API integration",
"type": "module",
"main": "dist/index.js",
"bin": {
"aprs-fi-mcp-server": "dist/index.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsc --watch"
},
"keywords": [
"mcp",
"aprs",
"ham-radio",
"balloon",
"tracking"
],
"author": "BLiPS Tools",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0"
},
"devDependencies": {
"typescript": "^5.6.2"
}
}