meteor/meteor

View on GitHub
npm-packages/meteor-installer/package.json

Summary

Maintainability
Test Coverage
{
  "name": "meteor",
  "version": "2.15.0",
  "description": "Install Meteor",
  "main": "install.js",
  "scripts": {
    "install": "node cli.js install"
  },
  "author": "zodern",
  "license": "MIT",
  "type": "commonjs",
  "dependencies": {
    "7zip-bin": "^5.2.0",
    "cli-progress": "^3.11.1",
    "https-proxy-agent": "^5.0.1",
    "node-7z": "^2.1.2",
    "node-downloader-helper": "^1.0.19",
    "rimraf": "^3.0.2",
    "semver": "^7.3.7",
    "tar": "^6.1.11",
    "tmp": "^0.2.1"
  },
  "bin": {
    "meteor-installer": "cli.js"
  },
  "engines": {
    "node": "<=14.x",
    "npm": "<=6.x"
  }
}