smartvhost/package.json

40 lines
964 B
JSON
Raw Normal View History

2020-02-06 22:41:25 +00:00
{
"name": "@pushrocks/smartvhost",
2020-02-06 22:41:26 +00:00
"version": "1.0.2",
2020-02-06 22:41:25 +00:00
"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": "^10.11.7",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {
"@pushrocks/smartexpress": "^3.0.57",
"@pushrocks/smartnetwork": "^1.1.18",
"@pushrocks/smartproxy": "^1.0.32"
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_web/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
}