update tsconfig

This commit is contained in:
2024-04-14 17:18:13 +02:00
parent b5afe8e842
commit 6ea919780c
4 changed files with 127 additions and 55 deletions

View File

@ -2,7 +2,7 @@
"name": "@push.rocks/smartacme",
"version": "4.0.8",
"private": false,
"description": "acme with an easy yet powerful interface in TypeScript",
"description": "A TypeScript-based ACME client with an easy yet powerful interface for LetsEncrypt certificate management.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@ -16,9 +16,16 @@
"url": "git+ssh://git@gitlab.com/umbrellazone/smartacme.git"
},
"keywords": [
"ACME",
"LetsEncrypt",
"TypeScript",
"acme",
"letsencrypt"
"certificate management",
"DNS challenges",
"SSL/TLS",
"secure communication",
"domain validation",
"automation",
"crypto"
],
"author": "Lossless GmbH",
"license": "MIT",
@ -65,4 +72,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}