{
  "name": "iana-registry-data-lib",
  "version": "3.0.1",
  "description": "Machine-readable snapshots of IANA registries (JOSE, OAuth, JWT, etc.) refreshed by the iana-registry-data-importer for specs, security tooling, and compliance pipelines.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc && node scripts/finalize-dist.js",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run clean && npm run build"
  },
  "keywords": [
    "iana",
    "iana registry",
    "iana registries",
    "internet assigned numbers authority",
    "registry",
    "machine-readable",
    "iana-registry",
    "iana dataset",
    "oauth",
    "jose",
    "jwt",
    "security tokens",
    "spec registry",
    "standards",
    "conformance",
    "metadata",
    "rfc",
    "ietf"
  ],
  "author": "Andy Barlow",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git@github.com:0xandybarlow/iana-registry-data-importer.git"
  },
  "homepage": "https://github.com/0xandybarlow/iana-registry-data-importer/tree/main/iana-registry-data-lib",
  "bugs": {
    "url": "https://github.com/0xandybarlow/iana-registry-data-importer/issues"
  },
  "devDependencies": {
    "@types/node": "^22.7.8",
    "typescript": "^5.6.3"
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ]
}
