Skip to content

Commit 30359b1

Browse files
committed
Change: update package info
1 parent 6d9c436 commit 30359b1

File tree

2 files changed

+22
-17
lines changed

2 files changed

+22
-17
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+20-15
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
{
22
"name": "hivessh",
3-
"version": "1.1.12",
3+
"version": "1.2.0",
44
"description": "HiveSsh is an innovative library designed to streamline SSH2 connections and simplify task execution on Linux servers.",
5-
"main": "dist/index.js",
65
"type": "module",
6+
"main": "./dist/index.cjs",
7+
"module": "./dist/index.js",
8+
"types": "./dist/index.d.ts",
9+
"exports": {
10+
"types": "./dist/index.d.ts",
11+
"import": "./dist/index.js",
12+
"require": "./dist/index.cjs"
13+
},
714
"scripts": {
815
"start": "node --enable-source-maps dist/index.js",
916
"build": "tsc",
@@ -31,27 +38,25 @@
3138
"automation",
3239
"auto",
3340
"provisioning",
34-
"TypeScript",
3541
"scalable",
3642
"managing",
3743
"manage",
3844
"promise",
3945
"async",
40-
"tool"
46+
"tool",
47+
"typescript",
48+
"opensource"
4149
],
42-
"author": {
43-
"name": "Majo Richter",
44-
"alias": "NobleMajo",
45-
"email": "[email protected]",
46-
"url": "https://github.com/NobleMajo"
47-
},
4850
"homepage": "https://github.com/NobleMajo/hivessh",
49-
"bugs": {
50-
"url": "https://github.com/NobleMajo/hivessh/issues"
51-
},
5251
"repository": {
5352
"type": "git",
54-
"url": "[email protected]:NobleMajo/hivessh.git"
53+
"url": "git+https://github.com/NobleMajo/hivessh.git"
54+
},
55+
"bugs": "https://github.com/NobleMajo/hivessh/issues",
56+
"author": {
57+
"name": "NobleMajo",
58+
"email": "[email protected]",
59+
"url": "https://noblemajo.de/en/"
5560
},
5661
"license": "MIT",
5762
"devDependencies": {
@@ -63,4 +68,4 @@
6368
"dependencies": {
6469
"ssh2": "^1.15.0"
6570
}
66-
}
71+
}

0 commit comments

Comments
 (0)