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 "@proton/crypto": "workspace:^",
20 "@babel/preset-env": "^7.26.0",
21 "@babel/preset-typescript": "^7.26.0",
22 "@babel/register": "^7.25.9",
23 "@proton/eslint-config-proton": "workspace:^",
28 "typescript": "^5.7.2"