mirror of
https://github.com/theoludwig/theoludwig.git
synced 2026-05-06 13:48:12 +02:00
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"name": "repo",
|
|
"version": "0.0.0-develop",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "turbo run dev --parallel",
|
|
"start": "turbo run start --parallel",
|
|
"lint:editorconfig": "editorconfig-checker",
|
|
"lint:markdown": "markdownlint-cli2",
|
|
"lint:turbo": "turbo boundaries",
|
|
"lint:typescript": "turbo run lint:typescript",
|
|
"lint:oxlint": "turbo run typegen && oxlint . --type-aware --type-check --deny-warnings --report-unused-disable-directives",
|
|
"lint:oxfmt": "oxfmt . --check",
|
|
"oxfmt": "oxfmt .",
|
|
"test": "turbo run test",
|
|
"build": "turbo run build"
|
|
},
|
|
"devDependencies": {
|
|
"editorconfig-checker": "catalog:",
|
|
"eslint-config-conventions": "catalog:",
|
|
"markdownlint": "catalog:",
|
|
"markdownlint-cli2": "catalog:",
|
|
"markdownlint-rule-relative-links": "catalog:",
|
|
"oxfmt": "catalog:",
|
|
"oxlint": "catalog:",
|
|
"oxlint-tsgolint": "catalog:",
|
|
"playwright": "catalog:",
|
|
"turbo": "catalog:",
|
|
"typescript": "catalog:"
|
|
},
|
|
"engines": {
|
|
"node": ">=24.0.0"
|
|
},
|
|
"packageManager": "pnpm@11.0.6+sha512.97f906e1da2bedac3df83cadae04b4753a130092dd49d55cd36825ad3e623e9df3f97754f8f259e699172a360fac569acf2f908e7732bdae3eddb2dcf7e121fd"
|
|
}
|