3 "description": "Proton SRP and auth library",
6 "main": "lib/index.ts",
7 "module": "lib/index.ts",
10 "lint": "eslint lib --ext .ts --quiet --cache",
11 "pretty": "prettier --write $(find lib -type f -name '*.ts')",
13 "test:ci": "jest --runInBand --ci"
16 "@openpgp/noble-hashes": "^1.3.3",
17 "@proton/crypto": "workspace:^",
21 "@babel/preset-env": "^7.26.0",
22 "@babel/preset-typescript": "^7.26.0",
23 "@babel/register": "^7.25.9",
24 "@proton/eslint-config-proton": "workspace:^",
29 "typescript": "^5.6.3"