Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git] / packages / testing / package.json
bloba88abd9aa234cbff81bd5c86fb721b070f031db7
2     "name": "@proton/testing",
3     "description": "",
4     "license": "GPL-3.0",
5     "main": "index.ts",
6     "scripts": {
7         "check-types": "tsc",
8         "lint": "eslint index.ts lib --ext .js,.ts,.tsx --quiet --cache",
9         "pretty": "prettier --write $(find . -path ./node_modules -prune -o -type f -name '*.js' -o -name '*.ts' -o -name '*.tsx')"
10     },
11     "dependencies": {
12         "@proton/account": "workspace:^",
13         "@proton/calendar": "workspace:^",
14         "@proton/mail": "workspace:^",
15         "@proton/payments": "workspace:^",
16         "@proton/shared": "workspace:^"
17     },
18     "devDependencies": {
19         "@jackfranklin/test-data-bot": "^2.1.0",
20         "cross-fetch": "^4.0.0",
21         "eslint": "^8.57.1",
22         "msw": "^2.6.6",
23         "typescript": "^5.7.2"
24     }