{
  "name": "nodengine",
  "description": "Node.js versions switcher based on engines at `package.json`.",
  "homepage": "https://nicedoc.io/Kikobeats/nodengine",
  "version": "3.5.0",
  "bin": {
    "nodengine": "bin/index.js"
  },
  "author": {
    "email": "josefrancisco.verdu@gmail.com",
    "name": "Kiko Beats",
    "url": "https://github.com/Kikobeats"
  },
  "contributors": [
    {
      "name": "Clément Prévot",
      "email": "clement.prevot@gmail.com"
    },
    {
      "name": "Kevin Ross",
      "email": "kevin.ross@alienfast.com"
    },
    {
      "name": "Clément PREVOT",
      "email": "clement@lumapps.com"
    },
    {
      "name": "Clément PRÉVOT",
      "email": "clement.prevot@backmarket.com"
    },
    {
      "name": "Gabo Esquivel",
      "email": "contact@gaboesquivel.com"
    },
    {
      "name": "Randy Schott",
      "email": "randyschott@gmail.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kikobeats/nodengine.git"
  },
  "bugs": {
    "url": "https://github.com/Kikobeats/nodengine/issues"
  },
  "keywords": [
    "automatic",
    "avn",
    "n",
    "node",
    "switch",
    "switcher",
    "version"
  ],
  "dependencies": {
    "async": "~3.2.0",
    "configstore": "~5.0.0",
    "meow": "~9.0.0",
    "semver": "~7.3.0",
    "simple-get": "~4.0.0",
    "which": "~2.0.2"
  },
  "devDependencies": {
    "@commitlint/cli": "latest",
    "@commitlint/config-conventional": "latest",
    "ci-publish": "latest",
    "conventional-github-releaser": "latest",
    "finepack": "latest",
    "git-authors-cli": "latest",
    "git-dirty": "latest",
    "nano-staged": "latest",
    "npm-check-updates": "latest",
    "simple-git-hooks": "latest",
    "standard": "latest",
    "standard-version": "latest"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "files": [
    "bin"
  ],
  "license": "MIT",
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "nano-staged": {
    "package.json": [
      "finepack"
    ]
  },
  "simple-git-hooks": {
    "commit-msg": "npx commitlint --edit",
    "pre-commit": "npx nano-staged"
  },
  "scripts": {
    "clean": "rm -rf node_modules",
    "contributors": "(git-authors-cli && finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
    "lint": "standard",
    "postrelease": "npm run release:tags && npm run release:github && ci-publish",
    "prerelease": "npm run update:check && npm run contributors",
    "pretest": "npm run lint",
    "release": "standard-version -a",
    "release:github": "conventional-github-releaser -p angular",
    "release:tags": "git push --follow-tags origin HEAD:master",
    "test": "exit 0",
    "update": "ncu -u",
    "update:check": "ncu -- --error-level 2"
  }
}