UNPKG

multicast-service-discovery

Version:

Announce and look up services on a local network using mdns.

58 lines (57 loc) 1.56 kB
{ "name": "multicast-service-discovery", "version": "4.0.4", "description": "", "main": "index.js", "type": "module", "types": "index.d.ts", "scripts": { "lint": "eslint .", "format": "prettier . --write", "doc": "typedoc --plugin typedoc-plugin-markdown --out docs/api index.js", "type": "tsc", "test": "brittle tests/*.js", "build": "npm run lint && npm run type && npm run doc && npm run format", "prepublish": "npm run type" }, "prettier": { "semi": false, "singleQuote": true }, "repository": { "type": "git", "url": "git+https://github.com/digidem/multicast-service-discovery.git" }, "keywords": [ "discovery", "hypercore" ], "author": "Digital Democracy", "license": "ISC", "bugs": { "url": "https://github.com/digidem/multicast-service-discovery/issues" }, "homepage": "https://github.com/digidem/multicast-service-discovery#readme", "dependencies": { "@gravitysoftware/dnssd": "^0.5.3", "tiny-typed-emitter": "^2.1.0" }, "devDependencies": { "@types/gravitysoftware__dnssd": "file:types/gravitysoftware__dnssd", "brittle": "^3.1.1", "documentation": "^14.0.0", "eslint": "^8.29.0", "eslint-config-prettier": "^8.5.0", "hypercore": "^10.5.3", "hypercore-crypto": "^3.3.0", "prettier": "^2.8.1", "random-access-memory": "^6.1.0", "typedoc": "^0.23.21", "typedoc-plugin-markdown": "^3.14.0", "typescript": "^4.9.4", "z32": "^1.0.0" }, "engines": { "node": ">=16 || <18 || >=18.4.0" } }