b113f3c213
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.
18 lines
354 B
JSON
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"
|
|
}
|
|
}
|