{
  "name": "update-versions",
  "version": "7.1.3",
  "description": "Like npm-check-updates but supports Lerna monorepos and enforces strict semver values",
  "keywords": [
    "app",
    "automates",
    "check",
    "cli",
    "dependencies",
    "friendly",
    "json",
    "lerna",
    "monorepo",
    "npm",
    "package",
    "package.json",
    "tool",
    "update",
    "updates",
    "upgrade",
    "utility",
    "version",
    "versions"
  ],
  "homepage": "https://codsen.com/os/update-versions",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/codsen/codsen.git",
    "directory": "packages/update-versions"
  },
  "license": "MIT",
  "author": {
    "name": "Roy Revelt",
    "email": "roy@codsen.com",
    "url": "https://codsen.com"
  },
  "type": "module",
  "bin": {
    "upd": "cli.js"
  },
  "scripts": {
    "build": "exit 0",
    "cjs-off": "exit 0",
    "cjs-on": "exit 0",
    "dev": "exit 0",
    "devtest": "npm run test",
    "dts": "exit 0",
    "examples": "exit 0",
    "lect": "node '../../ops/lect/lect.js'",
    "letspublish": "npm publish --provenance || :",
    "lint": "eslint . --fix --concurrency=auto --cache",
    "perf": "exit 0",
    "prep": "echo 'ready'",
    "prettier": "prettier",
    "prettier:format": "npm run prettier -- --write '**/*.{js,md}' --no-error-on-unmatched-pattern --log-level 'silent'",
    "pretest": "exit 0",
    "test": "c8 npm run unit && npm run lint",
    "unit": "uvu test"
  },
  "engines": {
    "node": ">=18"
  },
  "c8": {
    "check-coverage": false,
    "exclude": [
      "**/test/**/*.*"
    ]
  },
  "lect": {
    "licence": {
      "extras": [
        ""
      ]
    }
  },
  "dependencies": {
    "ansi-diff-stream": "^1.2.1",
    "codsen-utils": "^1.7.3",
    "edit-package-json": "^0.9.3",
    "globby": "^16.1.0",
    "is-online": "^12.0.2",
    "log-update": "^7.0.2",
    "meow": "^14.0.0",
    "object-path": "^0.11.8",
    "p-map": "^7.0.4",
    "p-progress": "^1.0.0",
    "p-reduce": "^3.0.0",
    "pacote": "^21.0.4",
    "update-notifier": "^7.3.1",
    "write-file-atomic": "^7.0.0"
  },
  "devDependencies": {
    "fs-extra": "^11.3.3",
    "rfdc": "^1.4.1"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  }
}
