Files

24 lines
590 B
JSON

{
"name": "sqlpage",
"version": "1.0.0",
"scripts": {
"test": "biome check . && npm run typecheck && node --test \"tests/js/**/*.spec.ts\"",
"typecheck": "tsc && tsc -p tests/js && tsc -p tests/end-to-end",
"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",
"@types/node": "^26.2.0",
"typescript": "^7.0.2"
},
"workspaces": [
"tests/end-to-end"
]
}