package.json•1.64 kB
{
  "name": "@ignfab/geocontext",
  "version": "0.8.0",
  "description": "An experimental MCP server providing spatial context for LLM.",
  "type": "module",
  "bin": {
    "geocontext": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ignfab/geocontext.git"
  },
  "keywords": [
    "llm",
    "rag",
    "action",
    "spatial",
    "context"
  ],
  "author": "MBorne <mborne@users.noreply.github.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ignfab/geocontext/issues"
  },
  "homepage": "https://github.com/ignfab/geocontext#readme",
  "scripts": {
    "build": "tsc && npx mcp-build",
    "watch": "tsc --watch",
    "start": "node dist/index.js",
    "test": "node --no-warnings --experimental-vm-modules ./node_modules/jest/bin/jest.js",
    "coverage": "node --no-warnings --experimental-vm-modules ./node_modules/jest/bin/jest.js --coverage"
  },
  "dependencies": {
    "@camptocamp/ogc-client": "^1.3.0",
    "https-proxy-agent": "^7.0.6",
    "jsts": "^2.12.1",
    "mcp-framework": "^0.2.15",
    "minisearch": "^7.2.0",
    "node-fetch": "^3.3.2",
    "winston": "^3.17.0",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "@types/cors": "^2.8.19",
    "@types/geojson": "^7946.0.16",
    "@types/jest": "^30.0.0",
    "@types/lodash": "^4.17.20",
    "@types/node": "^24.5.2",
    "@types/supertest": "^6.0.3",
    "geojson": "^0.5.0",
    "jest": "^30.2.0",
    "supertest": "^7.1.4",
    "ts-jest": "^29.4.4",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.2"
  },
  "engines": {
    "node": ">=18.19.0"
  }
}