update tsconfig

This commit is contained in:
2024-04-14 18:02:08 +02:00
parent 554a7d9647
commit e5111f0433
4 changed files with 164 additions and 51 deletions

View File

@ -2,7 +2,7 @@
"name": "@push.rocks/smartnetwork",
"version": "3.0.2",
"private": false,
"description": "network diagnostics",
"description": "A toolkit for network diagnostics including speed tests, port availability checks, and more.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@ -43,5 +43,17 @@
],
"browserslist": [
"last 1 chrome versions"
],
"keywords": [
"network diagnostics",
"ping",
"port check",
"speed test",
"network interface",
"public IP retrieval",
"Cloudflare speed test",
"network performance",
"network utility",
"TypeScript"
]
}