{
  "name": "@stablelib/nacl",
  "version": "2.0.1",
  "description": "Implementation of secretbox and box from NaCl (Networking and Cryptography Library)",
  "main": "./lib/nacl.js",
  "type": "module",
  "typings": "./lib/nacl.d.ts",
  "author": "Dmitry Chestnykh",
  "license": "MIT",
  "repository": {
    "url": "https://github.com/StableLib/stablelib"
  },
  "homepage": "https://github.com/StableLib/stablelib/tree/master/packages/nacl",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "bench": "node ./lib/secretbox.bench.js"
  },
  "dependencies": {
    "@stablelib/poly1305": "^2.0.1",
    "@stablelib/random": "^2.0.1",
    "@stablelib/wipe": "^2.0.1",
    "@stablelib/x25519": "^2.0.1",
    "@stablelib/xsalsa20": "^2.0.1"
  },
  "devDependencies": {
    "@stablelib/benchmark": "^2.0.0",
    "@stablelib/hex": "^2.0.1"
  },
  "gitHead": "99bee56f6af6211d037c35e3eef749f3c1e84502"
}
