-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 943 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 943 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
34
35
{
"name": "openlaw-git-pipeline",
"version": "0.6.0",
"private": true,
"type": "module",
"packageManager": "pnpm@11.1.1",
"scripts": {
"build": "turbo run build",
"test": "turbo run test",
"lint": "turbo run lint",
"typecheck": "turbo run typecheck"
},
"pnpm": {
"overrides": {
"yaml@>=2.0.0 <2.8.3": ">=2.8.3",
"fast-uri@<=3.1.1": ">=3.1.2",
"fast-xml-builder@<=1.1.6": ">=1.1.7",
"fast-xml-parser@<5.7.0": ">=5.7.3",
"postcss@<8.5.10": ">=8.5.10",
"vite@>=7.0.0 <=7.3.1": ">=7.3.2 <8"
}
},
"devDependencies": {
"@commitlint/cli": "^21.0.1",
"@commitlint/config-conventional": "^21.0.1",
"@eslint/js": "^10.0.1",
"@typescript-eslint/eslint-plugin": "^8.59.3",
"@typescript-eslint/parser": "^8.59.3",
"eslint": "^10.3.0",
"turbo": "^2.9.12",
"typescript": "^6.0.0",
"typescript-eslint": "^8.59.3",
"vitest": "^4.1.6"
}
}