beamup-cli
Version:
CLI for deploying to Beamup servers.
44 lines (43 loc) • 860 B
JSON
{
"name": "beamup-cli",
"version": "1.3.2",
"bin": {
"beamup": "./bin/index.js"
},
"scripts": {
"start": "node ./bin/index.js",
"build": "pkg ."
},
"pkg": {
"targets": [
"node12-linux-x64",
"node12-macos-x64",
"node12-win-x64",
"node12-win-x86"
],
"outputPath": "build"
},
"repository": {
"type": "git",
"url": "https://github.com/Stremio/stremio-beamup-cli"
},
"keywords": [
"stremio",
"beamup"
],
"author": "Smart Code OOD",
"license": "MIT",
"bugs": {
"url": "https://github.com/Stremio/stremio-beamup-cli/issues"
},
"homepage": "https://github.com/Stremio/stremio-beamup-cli",
"devDependencies": {
"pkg": "4.5.1"
},
"dependencies": {
"async-file": "2.0.2",
"commander": "6.1.0",
"crypto-js": "4.0.0",
"node-ssh": "13.1.0"
}
}