{
  "name": "beachball",
  "version": "2.65.4",
  "description": "The Sunniest Semantic Version Bumper",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/beachball"
  },
  "homepage": "https://microsoft.github.io/beachball/",
  "license": "MIT",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "bin": {
    "beachball": "./bin/beachball.js"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "files": [
    "bin",
    "lib/!(__*)",
    "lib/!(__*)/**/*"
  ],
  "scripts": {
    "beachball": "node ./lib/cli.js",
    "build": "tsc",
    "depcheck": "depcheck .",
    "lint": "eslint --color --max-warnings=0 src",
    "start": "tsc -w --preserveWatchOutput",
    "test": "jest",
    "test:all": "yarn test:unit && yarn test:func && yarn test:e2e",
    "test:e2e": "jest --selectProjects e2e",
    "test:func": "jest --selectProjects functional",
    "test:unit": "jest --selectProjects unit",
    "test:watch": "jest --watch",
    "update-snapshots": "yarn test:unit -u && yarn test:func -u && yarn test:e2e -u"
  },
  "dependencies": {
    "@vercel/detect-agent": "^1.2.1",
    "cosmiconfig": "^9.0.1",
    "execa": "^5.1.1",
    "minimatch": "^3.1.5",
    "p-graph": "^1.3.0",
    "p-limit": "^3.1.0",
    "prompts": "^2.4.2",
    "semver": "^7.7.4",
    "workspace-tools": "^0.41.6",
    "yargs-parser": "^21.1.1"
  },
  "devDependencies": {
    "@microsoft/beachball-scripts": "1.0.0",
    "@types/minimatch": "^3.0.0",
    "@types/prompts": "^2.4.2",
    "@types/semver": "^7.3.13",
    "@types/tmp": "^0.2.3",
    "@types/yargs-parser": "^21.0.0",
    "get-port": "^5.0.0",
    "normalized-tmpdir": "1.0.1",
    "strip-ansi": "^6.0.1",
    "tmp": "^0.2.1",
    "verdaccio": "5.29.2",
    "verdaccio-auth-memory": "10.2.2",
    "verdaccio-memory": "10.3.2"
  },
  "rationale": {
    "devDependencies": {
      "verdaccio-auth-memory@10.2.2": "node 18 required by newer version",
      "verdaccio-memory@10.3.2": "node 18 required by newer version"
    }
  }
}
