diff --git a/package.json b/package.json index ee42f9d69..66682ddad 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,8 @@ "fix:all": "node scripts/fix.mjs --all", "lint": "node scripts/lint.mjs", "lint:all": "node scripts/lint.mjs --all", + "format": "oxfmt --write .", + "format:check": "oxfmt --check .", "// Claude": "", "claude": "pnpm --filter @socketsecurity/cli run claude --", "// Type Checking": "",