mirror of
https://github.com/YuzuZensai/Test-IP.git
synced 2026-07-21 15:19:28 +00:00
🔧 chore: add typecheck/lint/format tooling
This commit is contained in:
+8
-2
@@ -5,13 +5,19 @@
|
||||
"start": "bun run src/index.ts",
|
||||
"dev": "bun --hot src/index.ts",
|
||||
"test": "bun test",
|
||||
"check": "biome check .",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"lint": "biome lint .",
|
||||
"format": "biome format .",
|
||||
"format:fix": "biome format --write .",
|
||||
"check": "bun run typecheck && biome check . && bun test",
|
||||
"fix": "biome check --write ."
|
||||
},
|
||||
"dependencies": {
|
||||
"elysia": "^1.4.29"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^2.5.3"
|
||||
"@biomejs/biome": "^2.5.3",
|
||||
"@types/bun": "^1.3.14",
|
||||
"typescript": "^7.0.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user