{
  "name": "@transmute/ed25519-key-pair",
  "author": "Orie Steele",
  "module": "dist/ed25519-key-pair.esm.js",
  "version": "0.7.0-unstable.82",
  "license": "Apache-2.0",
  "homepage": "https://github.com/transmute-industries/verifiable-data/tree/main/packages/ed25519-key-pair",
  "repository": {
    "type": "git",
    "url": "https://github.com/transmute-industries/verifiable-data.git",
    "directory": "packages/ed25519-key-pair"
  },
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=16"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test",
    "lint": "tsdx lint src --fix",
    "prepare": "tsdx build",
    "size": "size-limit",
    "analyze": "size-limit --why"
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "size-limit": [
    {
      "path": "dist/ed25519-key-pair.cjs.production.min.js",
      "limit": "10 KB"
    },
    {
      "path": "dist/ed25519-key-pair.esm.js",
      "limit": "10 KB"
    }
  ],
  "devDependencies": {
    "@size-limit/preset-small-lib": "^4.9.2",
    "jose": "^3.13.0",
    "size-limit": "^4.9.2",
    "ts-jest": "^26.5.0",
    "tsdx": "^0.14.1",
    "tslib": "^2.1.0",
    "typescript": "^4.1.3"
  },
  "dependencies": {
    "@stablelib/ed25519": "^1.0.1",
    "@transmute/ld-key-pair": "^0.7.0-unstable.82",
    "@transmute/x25519-key-pair": "^0.7.0-unstable.82"
  },
  "gitHead": "6e77985eb585897d1b7abd352ee688e51fc66a06"
}
