{
  "name": "nodeinstall",
  "version": "1.2.0",
  "description": "",
  "dependencies": {
    "adm-zip": "^0.5.9",
    "bytes": "^2.5.0",
    "commander": "^2.9.0",
    "debug": "^2.6.6",
    "extend": "^3.0.1",
    "node-nightly-version": "^1.0.6",
    "only": "^0.0.2",
    "progress": "^2.0.0",
    "semver": "^5.3.0",
    "tar": "^6.1.12",
    "urllib": "^3.5.1"
  },
  "devDependencies": {
    "coffee": "^5.5.0",
    "cross-env": "^7.0.3",
    "egg-bin": "^5.5.0",
    "eslint": "^8.28.0",
    "eslint-config-egg": "^12.1.0",
    "git-contributor": "^1.0.10"
  },
  "main": "lib/index.js",
  "files": [
    "bin",
    "lib"
  ],
  "engines": {
    "node": ">=14.17.0"
  },
  "scripts": {
    "contributor": "git-contributor",
    "start": "node index.js",
    "dev": "egg-bin dev",
    "test:win32": "cross-env TESTS=test-win32/*.js egg-bin test",
    "test": "npm run lint && egg-bin test",
    "test-china": "NODEINSTALL_CHINA=true egg-bin test",
    "cov": "egg-bin cov",
    "lint": "eslint --ext js .",
    "ci": "npm run lint && DEBUG=nodeinstall* npm run cov"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cnpm/nodeinstall.git"
  },
  "bin": {
    "nodeinstall": "bin/nodeinstall.js"
  },
  "author": "popomore <sakura9515@gmail.com>",
  "license": "MIT"
}
