UNPKG

@kronos-integration/service-swarm

Version:
65 lines (64 loc) 1.8 kB
{ "name": "@kronos-integration/service-swarm", "version": "3.0.13", "publishConfig": { "access": "public", "provenance": true }, "exports": { ".": "./src/service-swarm.mjs" }, "description": "manage a set of remote services", "keywords": [ "kronos-service", "service discovery", "swarm" ], "contributors": [ { "name": "Markus Felten", "email": "markus.felten@gmx.de" } ], "license": "BSD-2-Clause", "scripts": { "test": "node --run test:ava", "test:ava": "ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs", "cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp", "docs": "documentation readme --section=API ./src/**/*.mjs", "lint": "node --run lint:docs", "lint:docs": "documentation lint ./src/**/*.mjs" }, "dependencies": { "@kronos-integration/endpoint": "^10.1.7", "@kronos-integration/service": "^13.2.7", "hyperswarm": "^4.12.1", "length-prefix-framed-stream": "^2.0.12", "pacc": "^4.7.2" }, "devDependencies": { "@hyperswarm/dht": "^6.5.1", "ava": "^6.4.1", "c8": "^10.1.3", "documentation": "^14.0.3", "nonsynchronous": "^1.2.0", "semantic-release": "^24.2.7" }, "engines": { "node": ">=22.17.1" }, "repository": { "type": "git", "url": "git+https://github.com/Kronos-Integration/service-swarm.git" }, "bugs": { "url": "https://github.com/Kronos-Integration/service-swarm/issues" }, "homepage": "https://github.com/Kronos-Integration/service-swarm#readme", "template": { "inheritFrom": [ "arlac77/template-arlac77-github", "arlac77/template-kronos-component" ] } }