mirror of
https://github.com/theoludwig/theoludwig.git
synced 2026-08-25 09:21:33 +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": ">=26.1.0"
|
|
},
|
|
"packageManager": "pnpm@11.23.0+sha512.f00082e5b283a199b74e079da28d155c008fe232f44c8a06ea7ddfa014ecf719fc362f790ecc67b28106ddac2afb24c49a9a079159da560b2ce7d1e98efd11af"
|
|
}
|