@biorate/haproxy
Version:
Haproxy runner
35 lines (34 loc) • 953 B
JSON
{
"name": "@biorate/haproxy",
"version": "1.104.0",
"description": "Haproxy runner",
"main": "dist",
"scripts": {
"build": "npx tsc -p ./tsconfig.build.json --outDir ./dist",
"test": "npx nyc --reporter=lcov --reporter=text-summary -- npx mocha --exit -r ts-node/register tests/**/*.spec.ts",
"prepublishOnly": "pnpm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/biorate/core.git",
"directory": "packages/@biorate/haproxy"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://biorate.github.io/core",
"keywords": [
"haproxy"
],
"author": "llevkin",
"license": "MIT",
"dependencies": {
"@biorate/config": "1.104.0",
"@biorate/connector": "1.104.0",
"@biorate/errors": "1.102.0",
"@biorate/inversion": "1.104.0",
"@biorate/tools": "1.102.1",
"haproxy": "^0.3.0"
},
"gitHead": "acc3ac181fc8699bbdb1cd1240b136abcac4510a"
}