package.package.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of conveyor Show documentation
Show all versions of conveyor Show documentation
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"
]
}