wikipedia-game-solver/package.json

44 lines
1.4 KiB
JSON
Raw Permalink Normal View History

2024-07-24 12:35:33 +02:00
{
"name": "repo",
"version": "1.0.0-staging.4",
2024-07-24 12:35:33 +02:00
"private": true,
"type": "module",
2024-08-30 20:06:53 +02:00
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1",
2024-07-24 12:35:33 +02:00
"engines": {
"node": ">=22.0.0",
"pnpm": ">=9.9.0"
2024-07-24 12:35:33 +02:00
},
"scripts": {
"dev": "turbo run dev --parallel",
"start": "turbo run start --parallel",
2024-08-25 01:50:29 +02:00
"database:migrate": "turbo run database:migrate",
2024-08-16 02:50:11 +02:00
"build": "turbo run build",
2024-07-24 12:35:33 +02:00
"test": "turbo run test",
"lint:editorconfig": "editorconfig-checker",
"lint:prettier": "prettier . --check",
"lint:eslint": "turbo run lint:eslint",
"lint:typescript": "turbo run lint:typescript",
"release": "semantic-release"
},
"devDependencies": {
"@saithodev/semantic-release-backmerge": "4.0.1",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"editorconfig-checker": "5.1.8",
2024-07-31 15:46:01 +02:00
"playwright": "catalog:",
2024-07-24 12:35:33 +02:00
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.6",
2024-07-24 12:35:33 +02:00
"replace-in-files-cli": "3.0.0",
"semantic-release": "23.1.1",
2024-08-30 20:06:53 +02:00
"turbo": "2.1.0",
2024-07-24 12:35:33 +02:00
"typescript": "catalog:"
2024-08-16 02:50:11 +02:00
},
"pnpm": {
"patchedDependencies": {
2024-08-18 02:31:02 +02:00
"@tuyau/core@0.1.4": "patches/@tuyau__core@0.1.4.patch",
"@tuyau/openapi@0.2.0": "patches/@tuyau__openapi@0.2.0.patch",
"@tuyau/client@0.1.2": "patches/@tuyau__client@0.1.2.patch"
2024-08-16 02:50:11 +02:00
}
2024-07-24 12:35:33 +02:00
}
}