Merge branch 'renovate/all-minor-patch' into 'main'
[ProtonMail-WebClient.git] / packages / srp / package.json
blob4a6d756f7f74d310d52a6f33bfbdafee4af4f2b1
2     "name": "@proton/srp",
3     "description": "Proton SRP and auth library",
4     "license": "MIT",
5     "author": "Proton",
6     "main": "lib/index.ts",
7     "module": "lib/index.ts",
8     "scripts": {
9         "check-types": "tsc",
10         "lint": "eslint lib --ext .ts --quiet --cache",
11         "pretty": "prettier --write $(find lib -type f -name '*.ts')",
12         "test": "jest",
13         "test:ci": "jest --runInBand --ci"
14     },
15     "dependencies": {
16         "@proton/crypto": "workspace:^",
17         "bcryptjs": "^2.4.3"
18     },
19     "devDependencies": {
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:^",
24         "eslint": "^8.57.1",
25         "jest": "^29.7.0",
26         "prettier": "^3.4.2",
27         "ts-jest": "^29.2.5",
28         "typescript": "^5.7.2"
29     }