{
  "name": "@panva/hpke-noble",
  "version": "1.1.7",
  "description": "@noble/* based HPKE algorithm implementations for hpke",
  "keywords": [],
  "homepage": "https://github.com/panva/hpke/tree/main/examples/noble-suite",
  "repository": "panva/hpke",
  "funding": {
    "url": "https://github.com/sponsors/panva"
  },
  "license": "MIT",
  "author": "Filip Skokan <panva.ip@gmail.com>",
  "sideEffects": false,
  "type": "module",
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    "index.d.ts",
    "index.js"
  ],
  "dependencies": {
    "@noble/ciphers": "^2.3.0",
    "@noble/curves": "^2.3.0",
    "@noble/hashes": "^2.3.0",
    "@noble/post-quantum": "^0.7.1"
  },
  "peerDependencies": {
    "hpke": "^1.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
