{
  "name": "node-version-bridge",
  "version": "0.6.3",
  "description": "Detect Node.js version from project files and apply it via any version manager",
  "bin": {
    "nvb": "bin/nvb"
  },
  "scripts": {
    "postinstall": "echo '\\n  Run \"nvb setup\" to configure your shell hook.\\n'"
  },
  "files": [
    "bin/",
    "lib/",
    "hooks/"
  ],
  "keywords": [
    "node",
    "version",
    "nvm",
    "fnm",
    "mise",
    "asdf",
    "nvmrc"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Marcosreuquen/node-version-bridge.git"
  },
  "author": "Marcos Reuquen",
  "os": [
    "darwin",
    "linux"
  ],
  "engines": {
    "node": ">=14"
  }
}
