{
  "name": "@x402-hpke/node",
  "version": "0.2.0-alpha.0",
  "description": "Provider-agnostic HPKE envelope library for x402 (Node) — cross-language interop with Python",
  "author": "Tim Cotten <tcotten@scrypted.ai>",
  "license": "MIT",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "sideEffects": false,
  "engines": {
    "node": ">=22.12"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public",
    "tag": "next",
    "provenance": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/scryptedai/x402-hpke.git"
  },
  "homepage": "https://github.com/scryptedai/x402-hpke",
  "bugs": {
    "url": "https://github.com/scryptedai/x402-hpke/issues"
  },
  "keywords": [
    "hpke",
    "aead",
    "x25519",
    "jwks",
    "envelope",
    "x402"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "test": "tsx --test",
    "prepublishOnly": "npm run build && npm test"
  },
  "dependencies": {
    "libsodium-wrappers": "^0.7.13"
  },
  "devDependencies": {
    "@types/node": "^24.2.1",
    "tsx": "^4.16.2",
    "typescript": "^5.5.4"
  }
}
