update tsconfig

This commit is contained in:
2024-04-14 17:15:51 +02:00
parent 5ac7470e24
commit ecc5dee2ee
4 changed files with 108 additions and 44 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/projectinfo",
"version": "5.0.2",
"private": false,
"description": "gather information about projects. supports npm, git etc.",
"description": "A tool for gathering project information, supporting npm, git, and more.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -16,11 +16,12 @@
"url": "git+https://gitlab.com/pushrocks/projectinfo.git"
},
"keywords": [
"project",
"project-info",
"npm",
"git",
"info",
"package"
"typescript",
"package-info",
"repository"
],
"author": "Lossless GmbH",
"license": "MIT",
@@ -29,9 +30,9 @@
},
"homepage": "https://gitlab.com/pushrocks/projectinfo#readme",
"devDependencies": {
"@gitzone/tsbuild": "^2.1.66",
"@gitzone/tsrun": "^1.2.44",
"@gitzone/tstest": "^1.0.77",
"@git.zone/tsbuild": "^2.1.66",
"@git.zone/tsrun": "^1.2.44",
"@git.zone/tstest": "^1.0.77",
"@push.rocks/tapbundle": "^5.0.12",
"@types/node": "^20.4.8"
},
@@ -56,4 +57,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}