{
  "name": "@stablelib/ed25519",
  "version": "2.1.0",
  "description": "Ed25519 public-key signature (EdDSA with Curve25519)",
  "main": "./lib/ed25519.js",
  "type": "module",
  "typings": "./lib/ed25519.d.ts",
  "author": "Dmitry Chestnykh",
  "license": "MIT",
  "repository": {
    "url": "https://github.com/StableLib/stablelib"
  },
  "homepage": "https://github.com/StableLib/stablelib/tree/master/packages/ed25519",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "bench": "node ./lib/ed25519.bench.js"
  },
  "dependencies": {
    "@stablelib/random": "^2.0.1",
    "@stablelib/sha512": "^2.0.1",
    "@stablelib/wipe": "^2.0.1"
  },
  "devDependencies": {
    "@stablelib/base64": "^2.0.1",
    "@stablelib/benchmark": "^2.0.0"
  },
  "gitHead": "66167351414c7d80aed1403906f3d648a4592375"
}
