-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 720 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 720 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
{
"name": "solid-pact-python-rest",
"private": true,
"packageManager": "pnpm@10.18.1",
"engines": {
"node": "24.14.0",
"pnpm": ">=10.18.1",
"npm": "please-use-pnpm"
},
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"openapi:generate": "turbo run openapi:generate",
"openapi:validate": "turbo run openapi:validate",
"test": "turbo run test",
"test:coverage": "turbo run test:coverage",
"knip": "turbo run knip"
},
"devDependencies": {
"turbo": "2.5.4"
},
"pnpm": {
"overrides": {
"protobufjs@<7.5.5": ">=7.5.5",
"dompurify@<=3.3.3": ">=3.4.0"
}
}
}