| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "name": "bonjour-service",
- "version": "1.4.4",
- "description": "A Bonjour/Zeroconf implementation in TypeScript",
- "main": "./dist/index.js",
- "types": "./dist/index.d.ts",
- "dependencies": {
- "fast-deep-equal": "^3.1.3",
- "multicast-dns": "^7.2.5"
- },
- "devDependencies": {
- "@types/multicast-dns": "^7.2.4",
- "@types/node": "^25.9.1",
- "@typescript-eslint/eslint-plugin": "^8.59.4",
- "@typescript-eslint/parser": "^8.59.4",
- "after-all": "^2.0.2",
- "eslint": "^10.4.0",
- "standard": "^17.1.2",
- "tape": "^5.9.0",
- "ts-node-dev": "^2.0.0",
- "typescript": "^6.0.3"
- },
- "resolutions": {
- "js-yaml": "^4.3.0",
- "minimatch": "^3.1.3",
- "flatted": "^3.4.2",
- "picomatch": "^2.3.2",
- "brace-expansion": "^1.1.14"
- },
- "scripts": {
- "test": "standard --fix && tape test/*.js",
- "build": "rm -rf ./dist && tsc --removeComments true",
- "dev": "ts-node-dev --respawn --transpile-only ./src/index.ts",
- "example:simple": "node examples/simple"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/onlxltd/bonjour-service.git"
- },
- "keywords": [
- "bonjour",
- "zeroconf",
- "zero",
- "configuration",
- "mdns",
- "dns",
- "service",
- "discovery",
- "multicast",
- "broadcast",
- "dns-sd"
- ],
- "author": "ON LX Lited <team@onlx.ltd> (https://onlx.ltd)",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/onlxltd/bonjour-service/issues"
- },
- "homepage": "https://github.com/onlxltd/bonjour-service",
- "packageManager": "yarn@4.17.0"
- }
|