update tsconfig

This commit is contained in:
2024-04-14 18:30:39 +02:00
parent 586db93aa3
commit f56c9bc371
4 changed files with 112 additions and 39 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartupdate",
"version": "2.0.6",
"private": false,
"description": "update your tools in a smart way",
"description": "A library designed to facilitate smarter update notifications and checking for Node.js projects.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -42,5 +42,17 @@
],
"browserslist": [
"last 1 chrome versions"
],
"keywords": [
"update notifications",
"version checking",
"npm package updates",
"version comparison",
"CLI tool updates",
"dependency management",
"npm registry",
"typescript utilities",
"software maintenance",
"open-source contribution"
]
}
}