Files
sqlpage--sqlpage/package.json
T
lovasoa 15c7b07a73 lint
2025-05-08 23:51:37 +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": "^1.9.4"
}
}