Files
website/package.json
T
Thilawyn 82904cf000
Build / build (push) Successful in 56s
Lint / lint (push) Failing after 11s
Move Pazisme Mod page to a standalone HTML (#86)
Co-authored-by: Julien Valverdé <julien.valverde@mailo.com>
Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud>
Reviewed-on: #86
2026-05-19 19:20:39 +02:00

24 lines
632 B
JSON

{
"name": "website",
"packageManager": "bun@1.3.14",
"private": true,
"workspaces": ["./packages/*"],
"scripts": {
"lint:tsc": "turbo lint:tsc",
"lint:biome": "turbo lint:biome",
"build": "turbo build",
"clean:cache": "rm -rf .turbo",
"clean:dist": "turbo clean:dist && rm -rf dist",
"clean:modules": "turbo clean:modules && rm -rf node_modules"
},
"devDependencies": {
"@biomejs/biome": "^2.4.15",
"@effect/language-service": "^0.86.1",
"@types/bun": "^1.3.14",
"npm-check-updates": "^22.2.0",
"npm-sort": "^0.0.4",
"turbo": "^2.9.14",
"typescript": "^5.9.2"
}
}