-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 939 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 939 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "code-reviewer",
"version": "1.1.2",
"private": true,
"workspaces": [
"apps/*"
],
"scripts": {
"bench:catch-rate": "node scripts/run-catch-rate-benchmark.mjs",
"bench:curation": "node scripts/report-benchmark-curation.mjs",
"bench:new-case": "node scripts/create-benchmark-case.mjs",
"test:benchmark": "node --test scripts/run-catch-rate-benchmark.test.mjs",
"prepare": "husky || true"
},
"license": "ISC",
"lint-staged": {
"apps/desktop/src/**/*.{ts,tsx}": [
"eslint --quiet --max-warnings 50"
]
},
"devDependencies": {
"@saas-maker/eslint-config": "^1.0.7",
"@typescript-eslint/eslint-plugin": "^8.57.1",
"@typescript-eslint/parser": "^8.57.1",
"eslint": "^9.39.4",
"husky": "^9.1.7",
"lint-staged": "^16.4.0"
},
"optionalDependencies": {
"@tailwindcss/oxide-linux-x64-gnu": "^4.2.4",
"lightningcss-linux-x64-gnu": "^1.32.0"
}
}