{
  "name": "@changesets/pre",
  "version": "3.0.0",
  "description": "Utils to make a Changesets repo enter and exit pre mode",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/changesets/changesets.git",
    "directory": "packages/pre"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "exports": {
    ".": "./dist/index.mjs",
    "./package.json": "./package.json"
  },
  "dependencies": {
    "@manypkg/get-packages": "^3.1.0",
    "@changesets/errors": "^1.0.0",
    "@changesets/types": "^7.0.0"
  },
  "devDependencies": {
    "@changesets/test-utils": "0.0.9-next.3"
  },
  "engines": {
    "node": "^22.11 || ^24 || >=26"
  }
}