Skip to content

Commit

Permalink
Change: update package info
Browse files Browse the repository at this point in the history
  • Loading branch information
NobleMajo committed Jan 18, 2025
1 parent 6d9c436 commit 30359b1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 17 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 20 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
{
"name": "hivessh",
"version": "1.1.12",
"version": "1.2.0",
"description": "HiveSsh is an innovative library designed to streamline SSH2 connections and simplify task execution on Linux servers.",
"main": "dist/index.js",
"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",
Expand Down Expand Up @@ -31,27 +38,25 @@
"automation",
"auto",
"provisioning",
"TypeScript",
"scalable",
"managing",
"manage",
"promise",
"async",
"tool"
"tool",
"typescript",
"opensource"
],
"author": {
"name": "Majo Richter",
"alias": "NobleMajo",
"email": "[email protected]",
"url": "https://github.com/NobleMajo"
},
"homepage": "https://github.com/NobleMajo/hivessh",
"bugs": {
"url": "https://github.com/NobleMajo/hivessh/issues"
},
"repository": {
"type": "git",
"url": "[email protected]:NobleMajo/hivessh.git"
"url": "git+https://github.com/NobleMajo/hivessh.git"
},
"bugs": "https://github.com/NobleMajo/hivessh/issues",
"author": {
"name": "NobleMajo",
"email": "[email protected]",
"url": "https://noblemajo.de/en/"
},
"license": "MIT",
"devDependencies": {
Expand All @@ -63,4 +68,4 @@
"dependencies": {
"ssh2": "^1.15.0"
}
}
}

0 comments on commit 30359b1

Please sign in to comment.