-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 822 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 822 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
{
"name": "auto-format",
"version": "0.5.15",
"private": true,
"license": "LGPL-3.0-or-later",
"type": "module",
"packageManager": "pnpm@10.33.0",
"engines": {
"node": ">=22",
"pnpm": ">=10"
},
"scripts": {
"test": "node --test tests/format-hook.test.mjs scripts/lib/runners.test.mjs scripts/lib/config.test.mjs",
"typecheck": "tsc --noEmit --project tsconfig.json",
"bump": "unic-bump",
"sync-version": "unic-sync-version",
"tag": "unic-tag",
"verify:changelog": "unic-verify-changelog",
"ralph": "ralph run -c ralph.yml -H builtin:code-assist"
},
"devDependencies": {
"@ralph-orchestrator/ralph-cli": "catalog:",
"@types/node": "catalog:",
"@unic/release-tools": "workspace:*",
"@unic/tsconfig": "workspace:*",
"typescript": "catalog:"
}
}