fnm 1.35.0

Fast and simple Node.js version manager
{
  "name": "fnm",
  "version": "1.35.0",
  "private": true,
  "repository": "git@github.com:Schniz/fnm.git",
  "author": "Gal Schlezinger <gal@spitfire.co.il>",
  "type": "module",
  "packageManager": "pnpm@8.6.5",
  "license": "GPLv3",
  "scripts": {
    "test": "cross-env NODE_OPTIONS='--experimental-vm-modules' jest",
    "version:prepare": "changeset version && ./.ci/prepare-version.js",
    "generate-command-docs": "./.ci/print-command-docs.js"
  },
  "changelog": {
    "repo": "Schniz/fnm",
    "labels": {
      "PR: New Feature": "New Feature 🎉",
      "PR: Bugfix": "Bugfix 🐛",
      "PR: Internal": "Internal 🛠",
      "PR: Documentation": "Documentation 📝"
    }
  },
  "devDependencies": {
    "@changesets/cli": "2.26.2",
    "@changesets/changelog-github": "0.4.8",
    "@types/jest": "^29.2.3",
    "@types/node": "^18.11.9",
    "@types/shell-escape": "^0.2.1",
    "chalk": "^5.1.2",
    "cmd-ts": "0.12.1",
    "cross-env": "^7.0.3",
    "execa": "7.1.1",
    "jest": "^29.3.1",
    "lerna-changelog": "2.2.0",
    "node-fetch": "^3.3.0",
    "prettier": "2.8.8",
    "pv": "1.0.1",
    "shell-escape": "^0.2.0",
    "svg-term-cli": "2.1.1",
    "toml": "3.0.0",
    "ts-dedent": "^2.2.0",
    "ts-jest": "^29.0.3",
    "typescript": "^5.0.0",
    "which": "^3.0.1",
    "zod": "^3.19.1"
  },
  "prettier": {
    "semi": false
  }
}