{
  "name": "@changesets/types",
  "version": "7.0.0",
  "description": "Common types shared between changeset packages",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/changesets/changesets.git",
    "directory": "packages/types"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "exports": {
    ".": "./dist/index.mjs",
    "./package.json": "./package.json"
  },
  "engines": {
    "node": "^22.11 || ^24 || >=26"
  }
}