@hydraulic/conveyor-control
Version:
Get version info and trigger update checks.
40 lines (39 loc) • 720 B
JSON
{
"name": "@hydraulic/conveyor-control",
"description": "Get version info and trigger update checks.",
"version": "1.3.0",
"author": "Hydraulic Software <contact@hydraulic.dev>",
"main": "index.js",
"keywords": [
"packaging",
"deployment",
"electron",
"macos",
"windows",
"desktop",
"conveyor"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/hydraulic-software/conveyor/issues"
},
"dependencies": {
"koffi": "^2.5.8"
},
"homepage": "https://conveyor.hydraulic.dev",
"dependency-check": {
"ignore": [
"app",
"electron"
]
},
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"arm64"
]
}