{
  "name": "network-pi",
  "version": "0.1.1",
  "description": "A Pi extension that scans the current private IPv4 networks for pingable devices.",
  "type": "module",
  "license": "MIT",
  "keywords": [
    "pi-package",
    "pi-extension",
    "network-scanner",
    "ping"
  ],
  "files": [
    "extensions",
    "src",
    "test",
    "README.md",
    "LICENSE",
    "package.json"
  ],
  "pi": {
    "extensions": [
      "./extensions"
    ],
    "video": "https://cdn.jsdelivr.net/gh/rubberhose1337/network-pi@main/assets/network-pi-demo.mp4"
  },
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "check": "node --check src/network.js && node --check extensions/network-pi.js",
    "test": "npm run check && node --test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rubberhose1337/network-pi"
  },
  "bugs": {
    "url": "https://github.com/rubberhose1337/network-pi/issues"
  },
  "homepage": "https://github.com/rubberhose1337/network-pi",
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  }
}
