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.1.2"
|
|
}
|
|
}
|