Merge branch 'fix-typo-drive' into 'main'
[ProtonMail-WebClient.git] / packages / utils / package.json
blobacfc5cecf6a6e832a1de1648d24408958f13380d
2     "name": "@proton/utils",
3     "description": "Generic business-agnostic utils.",
4     "scripts": {
5         "check-types": "tsc",
6         "lint": "eslint . --ext ts --quiet --cache",
7         "test": "jest",
8         "test:ci": "jest --coverage --runInBand --ci",
9         "test:watch": "jest --watch"
10     },
11     "dependencies": {
12         "lodash": "^4.17.21"
13     },
14     "devDependencies": {
15         "@proton/eslint-config-proton": "workspace:^",
16         "@proton/jest-env": "workspace:^",
17         "@types/jest": "^29.5.14",
18         "eslint": "^8.57.1",
19         "jest": "^29.7.0",
20         "ts-jest": "^29.2.5",
21         "typescript": "^5.6.3"
22     }