From 30359b1f50e9eeec5af7301113f51c415b310b24 Mon Sep 17 00:00:00 2001 From: root <39386799+NobleMajo@users.noreply.github.com> Date: Sat, 18 Jan 2025 20:13:10 +0000 Subject: [PATCH] Change: update package info --- package-lock.json | 4 ++-- package.json | 35 ++++++++++++++++++++--------------- 2 files changed, 22 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 563e9c8..e604cd2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hivessh", - "version": "1.1.12", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hivessh", - "version": "1.1.12", + "version": "1.2.0", "license": "MIT", "dependencies": { "ssh2": "^1.15.0" diff --git a/package.json b/package.json index 3c6d0a1..a9123b4 100644 --- a/package.json +++ b/package.json @@ -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", @@ -31,27 +38,25 @@ "automation", "auto", "provisioning", - "TypeScript", "scalable", "managing", "manage", "promise", "async", - "tool" + "tool", + "typescript", + "opensource" ], - "author": { - "name": "Majo Richter", - "alias": "NobleMajo", - "email": "majo@coreunit.net", - "url": "https://github.com/NobleMajo" - }, "homepage": "https://github.com/NobleMajo/hivessh", - "bugs": { - "url": "https://github.com/NobleMajo/hivessh/issues" - }, "repository": { "type": "git", - "url": "git@github.com:NobleMajo/hivessh.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": { @@ -63,4 +68,4 @@ "dependencies": { "ssh2": "^1.15.0" } -} +} \ No newline at end of file