{
  "name": "@hpke/common",
  "version": "1.10.1",
  "description": "A Hybrid Public Key Encryption (HPKE) internal-use common module for @hpke family modules.",
  "keywords": [
    "hpke",
    "rfc9180",
    "hkdf",
    "dh",
    "security",
    "encryption"
  ],
  "author": "Ajitomi Daisuke",
  "homepage": "https://github.com/dajiaji/hpke-js/tree/main/common#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dajiaji/hpke-js.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dajiaji/hpke-js/issues"
  },
  "main": "./script/mod.js",
  "module": "./esm/mod.js",
  "types": "./esm/mod.d.ts",
  "exports": {
    ".": {
      "import": "./esm/mod.js",
      "require": "./script/mod.js"
    },
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "engines": {
    "node": ">=16.0.0"
  },
  "devDependencies": {
    "@types/node": "^20.9.0",
    "@deno/shim-deno": "~0.18.0",
    "picocolors": "^1.0.0"
  },
  "_generatedBy": "dnt@dev"
}