@hydraulic/conveyor
Version:
Conveyor makes distributing desktop and command line apps as easy as shipping a web app.
42 lines (41 loc) • 869 B
JSON
{
"name": "@hydraulic/conveyor",
"description": "Conveyor makes distributing desktop and command line apps as easy as shipping a web app.",
"version": "19.0.0",
"author": "Hydraulic Software <contact@hydraulic.dev>",
"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"
]
}