98af56c393
* fix: Fuzz test branches * cleanup
18 lines
458 B
JSON
18 lines
458 B
JSON
{
|
|
"private": true,
|
|
"workspaces": ["packages/fff-bun", "packages/fff-node", "packages/pi-fff"],
|
|
"pi": {
|
|
"extensions": ["./packages/pi-fff/src/index.ts"]
|
|
},
|
|
"scripts": {
|
|
"format": "biome format --write packages",
|
|
"format:check": "biome format packages",
|
|
"lint": "biome lint packages",
|
|
"check": "biome check --write packages",
|
|
"check:ci": "biome check packages"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.4.4"
|
|
}
|
|
}
|