All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.package.json Maven / Gradle / Ivy

Go to download

Conveyor makes distributing desktop and command line apps as easy as shipping a web app.

The newest version!
{
  "name": "@hydraulic/conveyor",
  "description": "Conveyor makes distributing desktop and command line apps as easy as shipping a web app.",
  "version": "15.0.0",
  "author": "Hydraulic Software ",
  "keywords": [
    "packaging",
    "deployment",
    "electron",
    "macos",
    "windows",
    "linux",
    "desktop"
  ],
  "license": "SEE LICENSE AT https://www.hydraulic.dev/eula.html",
  "bugs": {
    "url": "https://github.com/hydraulic-software/conveyor/issues"
  },
  "homepage": "https://conveyor.hydraulic.dev",
  "bin": {
    "conveyor": "./bin/conveyor"
  },
  "dependencies": {
    "axios": "^1.4.0",
    "extract-zip": "^2.0.1",
    "tar": "^6.1.15",
    "rimraf": "^5.0.5"
  },
  "scripts": {
    "install": "node install.js"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "cpu": [
    "x64",
    "arm64"
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy