-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
16 lines (16 loc) · 747 Bytes
/
package.json
File metadata and controls
16 lines (16 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "patternier-test",
"private": true,
"version": "0.0.0",
"description": "Testbed repository for validating patternier rules across FSD, Next.js, and mixed TS/JS setups.",
"packageManager": "pnpm@10.0.0",
"devDependencies": {
"patternier": "file:patternier-0.0.2.tgz"
},
"scripts": {
"check": "pnpm -r --filter \"./packages/*\" --stream --workspace-concurrency=1 --no-bail check",
"check:json": "pnpm -r --filter \"./packages/*\" --stream --workspace-concurrency=1 --no-bail check:json",
"check:sarif": "pnpm -r --filter \"./packages/*\" --stream --workspace-concurrency=1 --no-bail check:sarif",
"summary": "pnpm -r --filter \"./packages/*\" --stream --workspace-concurrency=1 --no-bail summary"
}
}