Files
2026-09-12 13:01:28 +00:00

20 lines
694 B
JSON

{
"name": "excelmcp",
"version": "2.0.8",
"private": true,
"description": "ExcelMcp is a Windows-only Excel automation toolset (MCP Server, CLI, VS Code Extension, MCPB). This package.json exists solely to host Changesets tooling for CHANGELOG.md generation — it is never published to npm and has no runtime dependencies.",
"repository": {
"type": "git",
"url": "https://github.com/sbroenne/mcp-server-excel"
},
"scripts": {
"changeset": "changeset",
"changeset:status": "changeset status --since=main",
"changeset:version": "changeset version"
},
"devDependencies": {
"@changesets/changelog-github": "^0.7.0",
"@changesets/cli": "^2.31.1"
}
}