package.json•630 B
{
"name": "satellite-tracking-server",
"version": "1.0.0",
"description": "MCP server for N2YO satellite tracking",
"main": "build/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"postbuild": "chmod +x build/index.js",
"start": "node build/index.js",
"dev": "ts-node --esm src/index.ts"
},
"keywords": [
"mcp",
"satellite",
"tracking",
"n2yo",
"space"
],
"author": "",
"license": "ISC",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.1.0",
"@types/node": "^20.0.0",
"axios": "^1.6.0",
"ts-node": "^10.9.0",
"typescript": "^5.0.0"
}
}