2 "name": "@proton/hooks",
3 "description": "Generic business use-case agnostic helper hooks",
6 "lint": "eslint . --ext ts --quiet --cache",
8 "test:ci": "jest --coverage --runInBand --ci",
9 "test:watch": "jest --watch"
12 "@testing-library/react": "^15.0.7",
13 "@testing-library/react-hooks": "^8.0.1",
15 "react-test-renderer": "^18.3.1"
18 "@proton/eslint-config-proton": "workspace:^",
19 "@types/jest": "^29.5.14",
23 "typescript": "^5.6.3"