techno-express/system-install

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "system-installer",
  "version": "1.1.6",
  "description": "Get the install command for the system package manager or auto install the package",
  "main": "index.js",
  "bin": {
    "system-installer": "./cli.js"
  },
  "scripts": {
    "test": "mocha",
    "coverage": "npx nyc@latest --reporter json --reporter text mocha -R list test/*.js && codecov -f coverage/coverage-final.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/techno-express/system-installer.git"
  },
  "keywords": [
    "apt-get",
    "choco",
    "chocolatey",
    "brew",
    "pacman",
    "nix",
    "yum",
    "dnf",
    "pkg",
    "pkg_add",
    "emerge",
    "zypper",
    "nix",
    "cross",
    "platform",
    "cross-platform",
    "package",
    "manager",
    "installer"
  ],
  "author": "Arve Seljebu",
  "contributors": [
    "l. stubbs <technoexpressnet@gmail.com>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/techno-express/system-installer/issues"
  },
  "homepage": "https://github.com/techno-express/system-installer#readme",
  "dependencies": {
    "which": "^2.0.2"
  },
  "devDependencies": {
    "codecov": "^3.8.0",
    "chai": "^4.2.0",
    "mocha": "^7.2.0"
  }
}