{
  "name": "@changesets/errors",
  "version": "1.0.0",
  "description": "Error classes for @changesets",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/changesets/changesets.git",
    "directory": "packages/errors"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "exports": {
    ".": "./dist/index.mjs",
    "./package.json": "./package.json"
  },
  "engines": {
    "node": "^22.11 || ^24 || >=26"
  }
}