-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
17 lines (17 loc) · 905 Bytes
/
Copy pathpackage.json
File metadata and controls
17 lines (17 loc) · 905 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "opensync",
"private": true,
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
"lint": "oxlint . --ignore-path .oxlintignore",
"lint:fix": "oxlint . --ignore-path .oxlintignore --fix",
"format": "oxfmt 'apps/**/*.{js,jsx,ts,tsx,cjs,mjs,cts,mts}' 'packages/**/*.{js,jsx,ts,tsx,cjs,mjs,cts,mts}' --no-error-on-unmatched-pattern --ignore-path .gitignore --ignore-path .oxfmtignore --write",
"format:check": "oxfmt 'apps/**/*.{js,jsx,ts,tsx,cjs,mjs,cts,mts}' 'packages/**/*.{js,jsx,ts,tsx,cjs,mjs,cts,mts}' --no-error-on-unmatched-pattern --ignore-path .gitignore --ignore-path .oxfmtignore --check"
},
"devDependencies": {
"oxfmt": "^0.46.0",
"oxlint": "^1.61.0"
},
"packageManager": "pnpm@10.24.0+sha512.01ff8ae71b4419903b65c60fb2dc9d34cf8bb6e06d03bde112ef38f7a34d6904c424ba66bea5cdcf12890230bf39f9580473140ed9c946fef328b6e5238a345a"
}