Use source loader for email sprite icons
[ProtonMail-WebClient.git] / packages / srp / package.json
blob33a9df372974c24fe13aa8163e7f23a2d44a7418
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         "@openpgp/noble-hashes": "^1.3.3",
17         "@proton/crypto": "workspace:^",
18         "bcryptjs": "^2.4.3"
19     },
20     "devDependencies": {
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:^",
25         "eslint": "^8.57.1",
26         "jest": "^29.7.0",
27         "prettier": "^3.3.3",
28         "ts-jest": "^29.2.5",
29         "typescript": "^5.6.3"
30     }