hivessh
Version:
HiveSsh is an innovative library designed to streamline SSH2 connections and simplify task execution on Linux servers.
72 lines (71 loc) • 1.75 kB
JSON
{
"name": "hivessh",
"version": "1.4.2",
"description": "HiveSsh is an innovative library designed to streamline SSH2 connections and simplify task execution on Linux servers.",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"scripts": {
"start": "node --enable-source-maps dist/index.js",
"build": "tsc",
"testl": "tsc && node --env-file=.env --enable-source-maps dist/test/e2e-concurrent-exec.test.js",
"exec": "tsc && node --enable-source-maps dist/index.js",
"dev": "nodemon -w ./src --ext *.ts -x \"tsc && node --enable-source-maps dist/index.js\""
},
"keywords": [
"ssh",
"Ssh2",
"Sftp",
"ansible",
"hive",
"linux",
"open-source",
"DevOps",
"configuring",
"configuration",
"library",
"lib",
"virtualization",
"deployment",
"abstraction",
"multi-cloud",
"automation",
"auto",
"provisioning",
"scalable",
"managing",
"manage",
"promise",
"async",
"tool",
"typescript",
"opensource"
],
"homepage": "https://github.com/NobleMajo/hivessh",
"repository": {
"type": "git",
"url": "git+https://github.com/NobleMajo/hivessh.git"
},
"bugs": "https://github.com/NobleMajo/hivessh/issues",
"author": {
"name": "NobleMajo",
"email": "majo@coreunit.net",
"url": "https://noblemajo.de/en/"
},
"license": "MIT",
"devDependencies": {
"@types/node": "^20.12.7",
"@types/ssh2": "^1.15.0",
"nodemon": "^3.1.0",
"typescript": "^5.4.3"
},
"dependencies": {
"ssh2": "^1.15.0"
}
}