update tsconfig

This commit is contained in:
2024-04-14 18:02:55 +02:00
parent c9eef34901
commit e266a5b22e
4 changed files with 115 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartnginx",
"version": "2.0.52",
"private": false,
"description": "control nginx from node, TypeScript ready",
"description": "A TypeScript library for controlling Nginx from Node.js, with support for generating and managing Nginx configurations dynamically.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"scripts": {
@@ -15,7 +15,13 @@
"url": "git+ssh://git@gitlab.com/pushrocks/smartnginx.git"
},
"keywords": [
"nginx"
"nginx",
"node.js",
"TypeScript",
"configuration management",
"web server",
"reverse proxy",
"SSL certificates"
],
"author": "Lossless GmbH",
"license": "MIT",
@@ -57,4 +63,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}