Files
wehub-resource-sync 289935721d
Deploy Website / build (push) Waiting to run
Deploy Website / deploy (push) Blocked by required conditions
chore: import upstream snapshot with attribution
2026-07-13 12:28:21 +08:00

15 lines
368 B
JSON

{
"private": true,
"packageManager": "pnpm@10.4.1",
"scripts": {
"format": "prettier --write .",
"format:check": "prettier --check .",
"check:i18n": "uv run scripts/check_i18n.py",
"check-types": "tsc --noEmit -p desktop/tsconfig.json && tsc --noEmit -p website/tsconfig.json"
},
"devDependencies": {
"prettier": "^3.5.3",
"typescript": "^5.9.3"
}
}