2 "name": "@proton/utils",
3 "description": "Generic business-agnostic utils.",
6 "lint": "eslint . --ext ts --quiet --cache",
8 "test:ci": "jest --coverage --runInBand --ci",
9 "test:watch": "jest --watch"
15 "@proton/eslint-config-proton": "workspace:^",
16 "@proton/jest-env": "workspace:^",
17 "@types/jest": "^29.5.14",
21 "typescript": "^5.6.3"