fnm 1.23.2

Fast and simple Node.js version manager
{
  "name": "fnm",
  "version": "0.0.0",
  "private": true,
  "repository": "git@github.com:Schniz/fnm.git",
  "author": "Gal Schlezinger <gal@spitfire.co.il>",
  "license": "GPLv3",
  "scripts": {
    "changelog": "./.ci/generate-changelog.sh",
    "version:prepare": "./.ci/prepare-version.js"
  },
  "changelog": {
    "repo": "Schniz/fnm",
    "labels": {
      "PR: New Feature": "New Feature 🎉",
      "PR: Bugfix": "Bugfix 🐛",
      "PR: Internal": "Internal 🛠",
      "PR: Documentation": "Documentation 📝"
    }
  },
  "devDependencies": {
    "cmd-ts": "0.6.8",
    "lerna-changelog": "1.0.1",
    "prettier": "2.2.1",
    "toml": "3.0.0"
  }
}