update tsconfig

This commit is contained in:
2024-04-14 18:08:27 +02:00
parent 0837945b81
commit 83cd9507ac
4 changed files with 134 additions and 31 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartping",
"version": "1.0.8",
"private": false,
"description": "a ping utility",
"description": "A utility for performing ping operations in Node.js environments.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -40,5 +40,14 @@
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"ping",
"network",
"connectivity",
"Node.js",
"utility",
"async",
"promise"
]
}