{
  "name": "@stablelib/sha256",
  "version": "2.0.1",
  "description": "SHA-256 cryptographic hash function",
  "main": "./lib/sha256.js",
  "type": "module",
  "typings": "./lib/sha256.d.ts",
  "author": "Dmitry Chestnykh",
  "license": "MIT",
  "repository": {
    "url": "https://github.com/StableLib/stablelib"
  },
  "homepage": "https://github.com/StableLib/stablelib/tree/master/packages/sha256",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "bench": "node ./lib/sha256.bench.js"
  },
  "dependencies": {
    "@stablelib/binary": "^2.0.1",
    "@stablelib/hash": "^2.0.0",
    "@stablelib/wipe": "^2.0.1"
  },
  "devDependencies": {
    "@stablelib/base64": "^2.0.1",
    "@stablelib/benchmark": "^2.0.0"
  },
  "gitHead": "99bee56f6af6211d037c35e3eef749f3c1e84502"
}
