27 lines
665 B
JSON
27 lines
665 B
JSON
{
|
|
"name": "@effect-fc/monorepo",
|
|
"packageManager": "bun@1.2.23",
|
|
"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.2.5",
|
|
"@effect/language-service": "^0.51.0",
|
|
"@types/bun": "^1.2.23",
|
|
"npm-check-updates": "^19.0.0",
|
|
"npm-sort": "^0.0.4",
|
|
"turbo": "^2.5.8",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|