update tsconfig

This commit is contained in:
2024-04-14 17:47:39 +02:00
parent de71b938aa
commit 7beffc8b72
4 changed files with 102 additions and 35 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartlegal",
"version": "1.0.27",
"private": false,
"description": "go legal programmatically",
"description": "A module for handling legal aspects of software projects programmatically, including license checking.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"scripts": {
@@ -16,9 +16,10 @@
},
"keywords": [
"legal",
"docs",
"privacy",
"policy"
"license checking",
"programmatic compliance",
"software licensing",
"dependency management"
],
"author": "Lossless GmbH",
"license": "MIT",
@@ -57,4 +58,4 @@
"last 1 chrome versions"
],
"type": "module"
}
}