Merge branch 'fix-typo-drive' into 'main'
[ProtonMail-WebClient.git] / packages / hooks / package.json
blob6e1bffe4a232a2853240413fc8c4069fff33e3d7
2     "name": "@proton/hooks",
3     "description": "Generic business use-case agnostic helper hooks",
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         "@testing-library/react": "^15.0.7",
13         "@testing-library/react-hooks": "^8.0.1",
14         "react": "^18.3.1",
15         "react-test-renderer": "^18.3.1"
16     },
17     "devDependencies": {
18         "@proton/eslint-config-proton": "workspace:^",
19         "@types/jest": "^29.5.14",
20         "eslint": "^8.57.1",
21         "jest": "^29.7.0",
22         "ts-jest": "^29.2.5",
23         "typescript": "^5.6.3"
24     }