{
  "name": "midsummer-sol",
  "version": "0.5.25",
  "description": "Sol — agent-native version control (a new git). CLI, MCP server, and no-filesystem SDK.",
  "bin": { "sol": "sol-client.js", "sol-mcp": "sol-mcp.js", "sol-secret-mcp": "sol-secret-mcp.js" },
  "main": "./index.js",
  "exports": { ".": "./index.js" },
  "type": "module",
  "files": ["sol.js", "sol.js.jsc", "sol-client.js", "sol-mcp.js", "sol-secret-mcp.js", "sol-capture-process.js", "sol-capture-process.js.jsc", "bytecode-sidecars.json", "index.js", "runtime-check.js", "release-publish-guard.js", "README.md"],
  "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0" },
  "optionalDependencies": { "fsevents": "^2.3.3" },
  "engines": { "bun": ">=1.3.11" },
  "solRuntime": {
    "cli": { "engine": "bun", "version": ">=1.3.11" },
    "sdk": { "engine": "node", "version": ">=20.19.5" }
  },
  "keywords": ["vcs", "git", "version-control", "agent", "mcp", "no-filesystem"],
  "publishConfig": { "access": "public" },
  "scripts": { "preinstall": "node runtime-check.js", "prepublishOnly": "bun release-publish-guard.js" },
  "solRelease": {
    "repositoryId": "zanderreichel:midsummer2",
    "branch": "view/status-semantics-local",
    "opId": "op_c4c40f32ba1a906d5e685caf9985b6633b6cd6232f185df600b4c331bda7e3e3",
    "treeId": "tree_d654eaf9cd240e89a593a47f0319547b0225a2f26c5328e431829a8785710126",
    "transportFeatures": ["frameBatchV1"]
  }
}
