Files
website/package.json
Renovate Bot e09a37daeb
Some checks failed
Lint / lint (push) Failing after 8s
Build / build (pull_request) Failing after 18s
Update bun minor+patch updates
2025-11-05 12:05:40 +00:00

24 lines
630 B
JSON

{
"name": "website",
"packageManager": "bun@1.2.22",
"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.2.4",
"@effect/language-service": "^0.55.0",
"@types/bun": "^1.2.23",
"npm-check-updates": "^19.0.0",
"npm-sort": "^0.0.4",
"turbo": "^2.5.6",
"typescript": "^5.9.2"
}
}