{
  "name": "@cto.af/ucd",
  "version": "1.1.3",
  "decription": "Retrieve, cache, and parse current Unicode Character Database files.",
  "main": "lib/index.js",
  "type": "module",
  "keywords": [
    "unicode",
    "ucd",
    "tr44",
    "parse"
  ],
  "author": "Joe Hildebrand <joe-github@cursive.net>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cto-af/ucd.git"
  },
  "homepage": "https://github.com/cto-af/ucd#readme",
  "bugs": {
    "url": "https://github.com/cto-af/ucd/issues"
  },
  "files": [
    "lib/*"
  ],
  "dependencies": {
    "@cto.af/log": "1.0.2",
    "@cto.af/utils": "1.2.2"
  },
  "packageManager": "pnpm@10.14.0",
  "engines": {
    "node": ">=20"
  }
}
