Files
effect-view/package.json
T
renovate-bot 3c048f1dae
Lint / lint (push) Failing after 42s
Test build / test-build (pull_request) Failing after 47s
Update dependency typescript to v7
2026-07-09 12:01:29 +00:00

27 lines
667 B
JSON

{
"name": "@effect-fc/monorepo",
"packageManager": "bun@1.3.14",
"private": true,
"workspaces": [
"./packages/*"
],
"scripts": {
"build": "turbo build",
"lint:tsc": "turbo lint:tsc",
"lint:biome": "turbo lint:biome",
"pack": "turbo pack",
"clean:cache": "turbo clean:cache",
"clean:dist": "turbo clean:dist",
"clean:modules": "turbo clean:modules && rm -rf node_modules"
},
"devDependencies": {
"@biomejs/biome": "^2.4.16",
"@effect/language-service": "^0.86.2",
"@types/bun": "^1.3.14",
"npm-check-updates": "^22.2.1",
"npm-sort": "^0.0.4",
"turbo": "^2.9.16",
"typescript": "^7.0.0"
}
}