Files
futur-web-app/web/package.json
2026-01-24 14:53:37 +02:00

31 lines
703 B
JSON

{
"name": "biostacker-web",
"version": "1.0.0",
"private": true,
"license": "UNLICENSED",
"engines": {
"node": ">=24",
"pnpm": ">=8"
},
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"lint:fix": "turbo lint:fix",
"format": "turbo format",
"format:check": "turbo format:check",
"test": "turbo test",
"test:watch": "turbo test:watch",
"clean": "turbo clean",
"start": "turbo dev --filter=biostacker-frontend",
"biome": "biome"
},
"devDependencies": {
"turbo": "2.7.5",
"@biomejs/biome": "2.3.12",
"@types/node": "25.0.10",
"typescript": "5.9.3"
},
"packageManager": "pnpm@10.12.4"
}