update tsconfig

This commit is contained in:
2024-04-14 18:03:33 +02:00
parent 2344867da9
commit 14967d6705
4 changed files with 125 additions and 32 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartnpm",
"version": "2.0.4",
"private": false,
"description": "interface with npm to retrieve package information",
"description": "A library to interface with npm for retrieving package information and manipulation.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -46,5 +46,15 @@
],
"browserslist": [
"last 1 chrome versions"
],
"keywords": [
"npm",
"package",
"information",
"registry",
"search",
"metadata",
"version",
"dependencies"
]
}
}