DRVDOC-1129: Clicking on editor margins should focus editor
[ProtonMail-WebClient.git] / packages / sieve / package.json
blob46573d608da78ba7eb6ea96e997288634ad3f7f6
2     "name": "@proton/sieve",
3     "description": "Proton sieve",
4     "license": "GPL-3.0",
5     "author": "ProtonMail",
6     "sideEffects": false,
7     "main": "index.ts",
8     "scripts": {
9         "check-types": "tsc",
10         "lint": "eslint src fixtures --ext .ts --quiet --cache",
11         "pretty": "prettier --write $(find src fixtures -type f -name '*.ts')",
12         "test": "jest",
13         "test:ci": "yarn test",
14         "test:watch": "jest --watch --coverage=false --watchAll"
15     },
16     "devDependencies": {
17         "eslint": "^8.57.1",
18         "jest": "^29.7.0",
19         "prettier": "^3.3.3",
20         "typescript": "^5.6.3"
21     }