{
  "name": "port-numbers",
  "version": "8.0.31",
  "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": "131.0.5",
    "jest-extended": "7.0.0",
    "typescript-config-silverwind": "18.0.0",
    "updates": "17.15.5",
    "updates-config-silverwind": "2.1.1",
    "versions": "15.0.0",
    "vitest": "4.1.4",
    "vitest-config-silverwind": "11.3.1"
  }
}