mirror of
https://github.com/theoludwig/theoludwig.git
synced 2026-06-03 07:18:36 +02:00
34 lines
1.0 KiB
JSON
34 lines
1.0 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:markdown": "markdownlint-cli2",
|
|
"lint:turbo": "turbo boundaries",
|
|
"lint:typescript": "turbo run lint:typescript",
|
|
"lint:oxlint": "turbo run typegen && oxlint .",
|
|
"lint:oxfmt": "oxfmt . --check",
|
|
"oxfmt": "oxfmt .",
|
|
"test": "turbo run test",
|
|
"build": "turbo run build"
|
|
},
|
|
"devDependencies": {
|
|
"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.5.0+sha512.dbfcc4f81cf48597afd4bc391ffdf12c11f1a9fb83a395bfa6b0a2d9cc2fd8ffebafdb1ccbd529632153f793904c2615b7f09fe1a345473fd1c35845172a8eb1"
|
|
}
|