{
  "name": "midsummer-sol",
  "version": "0.3.65",
  "description": "Sol — agent-native version control (a new git). CLI, MCP server, and no-filesystem SDK.",
  "bin": { "sol": "sol.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-mcp.js", "sol-secret-mcp.js", "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": {
    "protocol": 3,
    "repositoryId": "zanderreichel:midsummer2",
    "branch": "staging",
    "opId": "op_53d98d50ceb2eabab2d43c5c34d5d414531249c8e34d12dd509243b0b67938f2",
    "treeId": "tree_4965e479b8f3b4a3c2e6e266f17c24f34bb52ac4752972c13ca1b18331c17641",
    "requiredFeatures": ["hiddenEntriesV1"],
    "transportFeatures": ["frameBatchV1"]
  }
}
