{ "name": "@push.rocks/smartnginx", "version": "2.0.53", "private": false, "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": { "test": "tstest test/ --verbose", "cleanTest": "(rm -r nginxconfig) && npm run test", "build": "(tsbuild tsfolders --allowimplicitany)" }, "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/smartnginx.git" }, "keywords": [ "nginx", "node.js", "TypeScript", "configuration management", "web server", "reverse proxy", "SSL certificates" ], "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/smartnginx/issues" }, "homepage": "https://code.foss.global/push.rocks/smartnginx", "dependencies": { "@push.rocks/lik": "^6.2.2", "@push.rocks/smartfs": "^1.1.0", "@push.rocks/smartlog": "^3.1.10", "@push.rocks/smartpath": "^6.0.0", "@push.rocks/smartpromise": "^4.2.3", "@push.rocks/smartshell": "^3.3.0", "@push.rocks/smartstring": "^4.1.0", "@push.rocks/smartunique": "^3.0.9", "selfsigned": "^4.0.0" }, "devDependencies": { "@git.zone/tsbuild": "^3.1.0", "@git.zone/tsrun": "^2.0.0", "@git.zone/tstest": "^3.1.3", "@push.rocks/qenv": "^6.1.3" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "type": "module", "browserslist": [ "last 1 chrome versions" ] }