{ "name": "@push.rocks/smartvhost", "version": "1.0.3", "private": false, "description": "A module for creating a virtual host (vhost) layer to manage multiple SmartExpress instances.", "main": "dist/index.js", "typings": "dist/index.d.ts", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "(tstest test/)", "build": "(tsbuild)", "format": "(gitzone format)" }, "devDependencies": { "@gitzone/tsbuild": "^2.0.22", "@gitzone/tstest": "^1.0.15", "@pushrocks/tapbundle": "^3.0.7", "@types/node": "^13.7.0", "tslint": "^6.0.0", "tslint-config-prettier": "^1.15.0" }, "dependencies": { "@pushrocks/smartexpress": "^3.0.57", "@pushrocks/smartnetwork": "^1.1.18", "@pushrocks/smartproxy": "^2.0.0", "@tsclass/tsclass": "^3.0.3" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_web/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "keywords": [ "virtual host", "SmartExpress", "networking", "proxy", "vhost configuration", "node.js", "express", "web server", "reverse proxy", "typescript", "SSL", "module" ], "homepage": "https://code.foss.global/push.rocks/smartvhost", "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/smartvhost.git" } }