{ "name": "@pushrocks/smartvhost", "version": "1.0.3", "private": false, "description": "a module creating a vhost layer in order to maintain several 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" ] }