{
  "name": "port-numbers",
  "version": "8.0.30",
  "description": "Holds information on network port numbers, based on IANA's data",
  "author": "silverwind",
  "repository": {
    "type": "git",
    "url": "https://github.com/silverwind/port-numbers.git"
  },
  "license": "BSD-2-Clause",
  "type": "module",
  "sideEffects": false,
  "main": "./index.json",
  "exports": "./index.json",
  "files": [
    "./index.json"
  ],
  "devDependencies": {
    "d3-dsv": "3.0.1",
    "eslint": "9.39.2",
    "eslint-config-silverwind": "121.0.5",
    "typescript-config-silverwind": "15.0.0",
    "updates": "17.5.2",
    "updates-config-silverwind": "1.0.3",
    "versions": "14.1.2",
    "vitest": "4.0.18",
    "vitest-config-silverwind": "10.6.3"
  }
}