update tsconfig

This commit is contained in:
2024-04-14 18:26:18 +02:00
parent 871a22a801
commit 579e25fe5a
4 changed files with 165 additions and 64 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartstring",
"version": "4.0.15",
"private": false,
"description": "handle strings in smart ways. TypeScript ready.",
"description": "A library for handling strings in smart ways, including manipulation and encoding, with TypeScript support.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -16,8 +16,18 @@
"url": "git+https://gitlab.com/push.rocks/smartstring.git"
},
"keywords": [
"string manipulation",
"encode",
"decode",
"base64",
"indentation",
"normalization",
"regex",
"string"
"random string",
"cryptographic string",
"domain parsing",
"git repository parsing",
"docker environment parsing"
],
"author": "Lossless GmbH",
"license": "MIT",
@@ -57,4 +67,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}