Files
sqlpage--sqlpage/package.json
Ophir LOJKINE b113f3c213 Update frontend development dependencies
Update Biome to 2.5.4 and Playwright to 1.61.1, align type definitions with Node 24, and exclude SVG assets that the new Biome release starts parsing from the existing lint scope.
2026-07-18 00:07:30 +02:00

18 lines
354 B
JSON

{
"name": "sqlpage",
"version": "1.0.0",
"scripts": {
"test": "biome check .",
"format": "biome format --write .",
"fix": "biome check --fix --unsafe ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/sqlpage/SQLPage.git"
},
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "^2.5.4"
}
}