Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git] / packages / docs-proto / package.json
blob26fc57b37954bdb9022d62dbbac98177b85097c0
2   "name": "@proton/docs-proto",
3   "version": "0.0.6",
4   "description": "Docs RTS messaging types",
5   "main": "index.ts",
6   "scripts": {
7     "lint": "eslint . --ext ts --quiet --cache",
8     "sync": "./scripts/sync.sh ."
9   },
10   "dependencies": {
11     "@standardnotes/domain-core": "^1.41.2"
12   },
13   "devDependencies": {
14     "@types/google-protobuf": "^3.15.12",
15     "@typescript-eslint/eslint-plugin": "^6.21.0",
16     "@typescript-eslint/parser": "^6.21.0",
17     "eslint": "^8.57.1",
18     "eslint-config-prettier": "^8.10.0",
19     "eslint-plugin-prettier": "^5.2.1",
20     "google-protobuf": "^3.21.4",
21     "protoc-gen-ts": "^0.8.7",
22     "ts-jest": "^29.2.5",
23     "typescript": "^5.7.2"
24   }