{
  "name": "@iherman/minicrypto",
  "version": "0.6.1",
  "description": "Set of functions that can be used to perform basic cryptographic functions hiding all the intricacies of WebCrypto.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iherman/MiniCrypto.git"
  },
  "license": "W3C-20230101",
  "bugs": {
    "url": "https://github.com/iherman/MiniCrypto/issues"
  },
  "main": "./script/index.js",
  "module": "./esm/index.js",
  "exports": {
    ".": {
      "import": "./esm/index.js",
      "require": "./script/index.js"
    }
  },
  "scripts": {
    "test": "node test_runner.js"
  },
  "date": "2025-11-04",
  "dependencies": {
    "@iherman/multikey-webcrypto": "0.6.2",
    "@scure/base": "2.0.0"
  },
  "devDependencies": {
    "@types/node": "^20.9.0",
    "picocolors": "^1.0.0",
    "@deno/shim-deno": "~0.18.0"
  },
  "_generatedBy": "dnt@dev"
}