{
  "name": "cbor2",
  "version": "2.3.0",
  "description": "Encode and parse data in the Concise Binary Object Representation (CBOR) data format (RFC8949).",
  "exports": {
    ".": "./lib/index.js",
    "./comment": "./lib/comment.js",
    "./decoder": "./lib/decoder.js",
    "./diagnostic": "./lib/diagnostic.js",
    "./encoder": "./lib/encoder.js",
    "./simple": "./lib/simple.js",
    "./sorts": "./lib/sorts.js",
    "./tag": "./lib/tag.js",
    "./types": "./lib/types.js",
    "./utils": "./lib/utils.js",
    "./writer": "./lib/writer.js"
  },
  "files": [
    "lib"
  ],
  "type": "module",
  "types": "./lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/hildjj/cbor2.git"
  },
  "homepage": "https://github.com/hildjj/cbor2",
  "keywords": [
    "coap",
    "cbor",
    "json",
    "rfc7049",
    "rfc8949",
    "rfc8742"
  ],
  "author": {
    "name": "Joe Hildebrand",
    "email": "joe-github@cursive.net"
  },
  "contributors": [
    {
      "name": "İrfan Bilaloğlu",
      "email": "irfanbilaloglu@gmail.com",
      "url": "https://github.com/irfan798"
    },
    {
      "name": "Mark Wubben",
      "url": "https://novemberborn.net"
    },
    {
      "name": "gkgoat",
      "url": "https://github.com/gkgoat1"
    },
    {
      "name": "Lukas Bröcker",
      "url": "https://github.com/fensterhebel"
    }
  ],
  "license": "MIT",
  "dependencies": {
    "@cto.af/wtf8": "0.0.5"
  },
  "engines": {
    "node": ">=20"
  }
}
