{
  "name": "@scirexs/srp6a",
  "version": "0.1.13",
  "description": "SRP-6a (Secure Remote Password) implementation in TypeScript for browser and server.",
  "keywords": [
    "authentication",
    "srp",
    "srp6a",
    "secure-remote-password",
    "typescript"
  ],
  "author": "scirexs",
  "homepage": "https://github.com/scirexs/srp6a#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/scirexs/srp6a.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/scirexs/srp6a/issues"
  },
  "module": "./esm/client/mod.js",
  "types": "./types/client/mod.d.ts",
  "exports": {
    "./client": {
      "import": {
        "types": "./types/client/mod.d.ts",
        "default": "./esm/client/mod.js"
      }
    },
    "./server": {
      "import": {
        "types": "./types/server/mod.d.ts",
        "default": "./esm/server/mod.js"
      }
    }
  },
  "scripts": {},
  "_generatedBy": "dnt@dev"
}