{
  "name": "modelmap-web",
  "version": "1.0.0",
  "description": "modelmap.io — living research atlas for the internal cartography of local LLMs — Simon-Pierre Boucher <contact@spboucher.ai>",
  "author": "Simon-Pierre Boucher <contact@spboucher.ai>",
  "license": "UNLICENSED",
  "private": true,
  "main": "server.js",
  "scripts": {
    "start": "node server.js"
  },
  "dependencies": {
    "express": "^4.21.0",
    "gray-matter": "^4.0.3",
    "highlight.js": "^11.10.0",
    "marked": "^14.1.0"
  }
}
