package.jsonβ’3.39 kB
{
"name": "axion-planetary-mcp",
"version": "1.2.33",
"description": "π The Foundation for Democratizing Geospatial AI Agents - Transform PhD-level Earth observation into natural conversation",
"private": false,
"type": "module",
"main": "mcp-sse-complete.cjs",
"bin": {
"axion-mcp": "./cli.js",
"axion-setup": "./cli.js"
},
"files": [
"dist/",
".next/",
"app/",
"pages/",
"public/",
"styles/",
"src/",
"models/",
"cli.js",
"mcp-sse-complete.cjs",
"mcp-geospatial-pro.cjs",
"mcp-consolidated.cjs",
"mcp-all-tools.cjs",
"mcp-ultimate.cjs",
"next.config.ts",
"tsconfig.json",
"postcss.config.mjs",
"tailwind.config.ts",
"README.md",
"LICENSE"
],
"keywords": [
"geospatial-ai",
"ai-agents",
"earth-observation",
"mcp",
"claude",
"claude-desktop",
"earth-engine",
"google-earth-engine",
"geospatial",
"satellite",
"remote-sensing",
"gis",
"ndvi",
"model-context-protocol",
"democratization",
"foundation",
"revolution",
"climate-action",
"precision-agriculture",
"disaster-response"
],
"author": "Dhenenjay",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Dhenenjay/axion-planetary-mcp.git"
},
"bugs": {
"url": "https://github.com/Dhenenjay/axion-planetary-mcp/issues"
},
"homepage": "https://github.com/Dhenenjay/axion-planetary-mcp#readme",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"setup:check": "node setup-check.js",
"dev": "tsx watch src/index.ts",
"build": "tsup src/index.ts --format esm --dts --clean",
"build:next": "echo 'Build already included in package'",
"start": "node dist/index.mjs",
"start:next": "next start",
"lint": "next lint",
"test-advanced-earthengine": "node scripts/test-advanced-earthengine.mjs",
"typecheck": "tsc -p . --noEmit",
"test": "vitest run",
"test:watch": "vitest",
"test:complete": "node scripts/test-ee-complete.mjs",
"format": "prettier -w .",
"test:client": "node scripts/test-ee-tools.mjs",
"test:health": "curl http://localhost:3000/api/health"
},
"dependencies": {
"@google-cloud/storage": "^7.17.0",
"@google/earthengine": "^1.5.14",
"@modelcontextprotocol/sdk": "^1.11.1",
"@types/leaflet": "^1.9.20",
"@types/uuid": "^10.0.0",
"@vercel/mcp-adapter": "0.3.1",
"axios": "^1.11.0",
"cross-fetch": "^4.1.0",
"dotenv": "^16.0.0",
"google-auth-library": "^10.3.0",
"googleapis": "^159.0.0",
"ioredis": "^5.7.0",
"leaflet": "^1.9.4",
"nanoid": "^5.1.5",
"next": "15.2.4",
"node-fetch": "^3.3.2",
"pino": "^9.9.4",
"pino-pretty": "^13.1.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"redis": "^4.7.0",
"undici": "^7.15.0",
"uuid": "^13.0.0",
"vm2": "^3.9.19",
"xmlhttprequest": "^1.8.0",
"yaml": "^2.8.1",
"zod": "^3.24.4"
},
"devDependencies": {
"@types/geojson": "^7946.0.16",
"@types/node": "^22.18.1",
"@types/react": "^19",
"@vitest/coverage-v8": "^3.2.4",
"eslint": "^8",
"eslint-config-next": "15.2.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"tsup": "^8.5.0",
"tsx": "^4.20.5",
"typescript": "^5",
"vitest": "^3.2.4"
}
}