{ "name": "batch-cooking", "private": true, "type": "module", "engines": { "node": ">=22" }, "packageManager": "pnpm@10.12.4", "scripts": { "lint": "biome check .", "lint:fix": "biome check --write .", "format": "biome format --write .", "test": "pnpm -r test", "build": "pnpm -r build", "dev:api": "pnpm --filter api dev", "dev:web": "pnpm --filter web dev" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "typescript": "^5.7.2" }, "pnpm": { "overrides": { "@badeball/cypress-cucumber-preprocessor>@cucumber/gherkin": "22.0.0", "@badeball/cypress-cucumber-preprocessor>@cucumber/messages": "17.1.1", "@badeball/cypress-cucumber-preprocessor>@cucumber/tag-expressions": "4.1.0", "@badeball/cypress-cucumber-preprocessor>@cucumber/cucumber-expressions": "10.0.0", "@badeball/cypress-cucumber-preprocessor>@cucumber/ci-environment": "8.0.1", "@badeball/cypress-cucumber-preprocessor>@cucumber/pretty-formatter": "1.0.1" }, "onlyBuiltDependencies": [ "@biomejs/biome", "@prisma/client", "@prisma/engines", "argon2", "cypress", "esbuild", "prisma" ] } }