{
  "name": "node-nightly",
  "version": "1.8.1",
  "description": "node-nightly at your finger tips!",
  "license": "MIT",
  "repository": "hemanth/node-nightly",
  "author": {
    "name": "Hemanth.HM",
    "email": "hemanth.hm@gmail.com",
    "url": "h3manth.com"
  },
  "type": "module",
  "scripts": {
    "test": "node cli.js -v"
  },
  "preferGlobal": true,
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "bin": {
    "node-nightly": "./cli.js"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "index.js",
    "cli.js"
  ],
  "keywords": [
    "cli-app",
    "cli",
    "node",
    "nightly"
  ],
  "dependencies": {
    "configstore": "^6.0.0",
    "cross-spawn": "7.0.3",
    "download": "^8.0.0",
    "graceful-fs": "^4.2.9",
    "is-online": "^9.0.1",
    "node-nightly-version": "^1.0.6",
    "rimraf": "^3.0.2"
  }
}
