Update all non-major dependencies
[ProtonMail-WebClient.git] / packages / crypto / package.json
blob3b8fbecad20412ebdbc8378c8a9bff07d9c05eaf
2     "name": "@proton/crypto",
3     "description": "",
4     "license": "MIT",
5     "author": "ProtonMail",
6     "sideEffects": false,
7     "main": "./lib/index.ts",
8     "scripts": {
9         "check-types": "tsc",
10         "lint": "eslint lib test --ext .js,.ts,tsx --quiet --cache",
11         "pretty": "prettier --write $(find lib -type f -name '*.js' -o -name '*.ts' -o -name '*.tsx')",
12         "test": "karma start test/karma.conf.js",
13         "test:ci": "yarn test"
14     },
15     "dependencies": {
16         "comlink": "^4.4.2",
17         "pmcrypto": "npm:@protontech/pmcrypto@^8.0.2-patch.0"
18     },
19     "devDependencies": {
20         "@proton/eslint-config-proton": "workspace:^",
21         "@types/chai": "^4.3.20",
22         "@types/chai-as-promised": "^7.1.8",
23         "chai": "^5.1.2",
24         "chai-as-promised": "^7.1.2",
25         "eslint": "^8.57.1",
26         "eslint-plugin-chai-friendly": "^0.8.0",
27         "eslint-plugin-jasmine": "^4.2.2",
28         "karma": "^6.4.4",
29         "karma-chrome-launcher": "^3.2.0",
30         "karma-firefox-launcher": "^2.1.3",
31         "karma-jasmine": "^5.1.0",
32         "karma-webkit-launcher": "^2.6.0",
33         "karma-webpack": "^5.0.1",
34         "playwright": "^1.49.0",
35         "prettier": "^3.4.2",
36         "ts-loader": "^9.5.1",
37         "typescript": "^5.7.2",
38         "webpack": "^5.97.1",
39         "webpack-cli": "^5.1.4"
40     }