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