{
  "name": "@wildboar/safecurves-pkix-18",
  "type": "module",
  "version": "2.0.2",
  "description": "IETF RFC 8410 safe curve / Ed25519 ASN.1 data structures in TypeScript",
  "keywords": [
    "rfc8410",
    "safe",
    "curve",
    "ed25519",
    "asn1"
  ],
  "homepage": "https://github.com/Wildboar-Software/asn1-typescript-libraries/blob/master/README.md",
  "bugs": {
    "email": "jonathan@wilbur.space"
  },
  "license": "MIT",
  "author": {
    "name": "Jonathan M. Wilbur",
    "email": "jonathan@wilbur.space",
    "url": "https://github.com/JonathanWilbur"
  },
  "contributors": [
    {
      "email": "jonathan@wilbur.space",
      "name": "Jonathan M. Wilbur",
      "url": "https://github.com/JonathanWilbur"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Wildboar-Software/asn1-typescript-libraries.git"
  },
  "types": "./src/index.d.mts",
  "module": "./src/index.mjs",
  "main": "./src/index.mjs",
  "dependencies": {
    "@wildboar/asn1": "npm:@jsr/wildboar__asn1@11.x.x",
    "@wildboar/pki-stub": "npm:@jsr/wildboar__pki-stub@2.x.x",
    "@wildboar/x500": "npm:@jsr/wildboar__x500@2.x.x"
  }
}