{
  "name": "@jchip/nvm",
  "description": "nvm: a universal node.js version manager for Windows (no admin) and Unix",
  "version": "1.9.0",
  "author": "Tom.Huang <hzlhu.dargon@gmail.com>",
  "contributors": [
    "Joel Chen <joel123@gmail.com>"
  ],
  "main": "install.sh",
  "license": "MIT",
  "scripts": {
    "preinstall": "node bin/no-npm-install.js"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.com/",
    "access": "public"
  },
  "prettier": {
    "printWidth": 100
  },
  "keywords": [
    "Node",
    "version",
    "manager",
    "unix",
    "*nix",
    "windows",
    "nvm",
    "windows nvm",
    "nvm windows",
    "no admin nvm",
    "universal",
    "universal nvm"
  ],
  "files": [
    "bin",
    "dist",
    "install.sh",
    "install.ps1",
    "check-registry.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jchip/nvm.git"
  },
  "opfs": {
    "mkdirp": true,
    "rimraf": true,
    "bluebird": false
  }
}
