update tsconfig
This commit is contained in:
15
package.json
15
package.json
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user