smartvhost/package.json

59 lines
1.4 KiB
JSON
Raw Normal View History

2020-02-06 22:41:25 +00:00
{
2024-03-30 20:49:05 +00:00
"name": "@push.rocks/smartvhost",
2020-02-07 20:00:02 +00:00
"version": "1.0.3",
2020-02-06 22:41:25 +00:00
"private": false,
2024-04-14 16:33:33 +00:00
"description": "A module for creating a virtual host (vhost) layer to manage multiple SmartExpress instances.",
2020-02-06 22:41:25 +00:00
"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",
2020-02-07 20:00:01 +00:00
"@types/node": "^13.7.0",
"tslint": "^6.0.0",
2020-02-06 22:41:25 +00:00
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {
"@pushrocks/smartexpress": "^3.0.57",
"@pushrocks/smartnetwork": "^1.1.18",
2020-02-07 20:00:01 +00:00
"@pushrocks/smartproxy": "^2.0.0",
"@tsclass/tsclass": "^3.0.3"
2020-02-06 22:41:25 +00:00
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_web/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
2024-04-14 16:33:33 +00:00
],
"keywords": [
"virtual host",
"SmartExpress",
"networking",
"proxy",
"vhost configuration",
"node.js",
"express",
"web server",
"reverse proxy",
"typescript",
"SSL",
"module"
2024-05-29 12:17:09 +00:00
],
"homepage": "https://code.foss.global/push.rocks/smartvhost",
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartvhost.git"
}
2024-03-30 20:49:05 +00:00
}