{
  "name": "@holusion/product-scanner",
  "version": "3.1.0",
  "description": "MDNS network scanner for holusion products",
  "public": true,
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "type": "module",
  "scripts": {
    "start": "node lib/index.js",
    "test": "mocha",
    "watch": "npm test -- --watch --parallel --reporter min",
    "coverage": "npx c8@latest npm test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Holusion/product-scanner.git"
  },
  "keywords": [
    "mdns",
    "bonjour",
    "network",
    "scan"
  ],
  "author": "Sebastien DUMETZ <s.dumetz@holusion.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Holusion/product-scanner/issues"
  },
  "mocha": {
    "require": "./lib/__tests__/test-common.js",
    "ui": "bdd",
    "recursive": true,
    "colors": true,
    "reporter": "spec",
    "check-leaks": true,
    "spec": [
      "lib/**/*.test.js"
    ]
  },
  "homepage": "https://github.com/Holusion/product-scanner#readme",
  "engines": {
    "node": ">=16.14"
  },
  "dependencies": {
    "multicast-dns": "^7.2.5"
  },
  "devDependencies": {
    "chai": "^4.3.4",
    "chai-as-promised": "^7.1.1",
    "mocha": "^10.2.0"
  }
}
