Files
effect-fc/package.json
Julien Valverdé 8cc8aa4b56
Some checks failed
Lint / lint (push) Failing after 14s
Refactor Form
2026-03-28 11:32:15 +01:00

27 lines
666 B
JSON

{
"name": "@effect-fc/monorepo",
"packageManager": "bun@1.3.11",
"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.9",
"@effect/language-service": "^0.84.1",
"@types/bun": "^1.3.11",
"npm-check-updates": "^19.6.6",
"npm-sort": "^0.0.4",
"turbo": "^2.8.21",
"typescript": "^6.0.2"
}
}