mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-15 00:23:13 +01:00
40 lines
1.3 KiB
JSON
40 lines
1.3 KiB
JSON
{
|
|
"name": "repo",
|
|
"version": "4.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"packageManager": "pnpm@9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4",
|
|
"engines": {
|
|
"node": ">=22.0.0",
|
|
"pnpm": ">=9.12.1"
|
|
},
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"dev": "turbo run dev --parallel",
|
|
"start": "turbo run start --parallel",
|
|
"test": "turbo run test",
|
|
"lint:editorconfig": "editorconfig-checker",
|
|
"lint:markdown": "markdownlint-cli2",
|
|
"lint:typescript": "turbo run lint:typescript",
|
|
"lint:eslint": "turbo run lint:eslint",
|
|
"lint:prettier": "prettier . --check",
|
|
"release": "semantic-release"
|
|
},
|
|
"devDependencies": {
|
|
"@saithodev/semantic-release-backmerge": "catalog:",
|
|
"@semantic-release/exec": "catalog:",
|
|
"@semantic-release/git": "catalog:",
|
|
"editorconfig-checker": "catalog:",
|
|
"playwright": "catalog:",
|
|
"prettier": "catalog:",
|
|
"prettier-plugin-tailwindcss": "catalog:",
|
|
"markdownlint-cli2": "catalog:",
|
|
"markdownlint": "catalog:",
|
|
"markdownlint-rule-relative-links": "catalog:",
|
|
"replace-in-files-cli": "catalog:",
|
|
"semantic-release": "catalog:",
|
|
"turbo": "catalog:",
|
|
"typescript": "catalog:"
|
|
}
|
|
}
|