💬 Commit message: Update 2026-02-06 21:43:28, 20 files, 5493 lines
📁 Files changed: 20 📝 Lines changed: 5493 • base.css • block-navigation.js • browser.ts.html • clover.xml • coverage-final.json • favicon.png • index.html • logger.ts.html • prettify.css • prettify.js • server.ts.html • sort-arrow-sprite.png • sorter.js • types.ts.html • package-lock.json • package.json • browser.test.ts • logger.test.ts • server.test.ts • vitest.config.ts
This commit is contained in:
+8
-1
@@ -20,6 +20,9 @@
|
||||
"check": "biome check src/",
|
||||
"fix": "biome check --write src/",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"test:unit": "vitest run --coverage --passWithNoTests",
|
||||
"test:watch": "vitest",
|
||||
"test": "npm run fix && npm run typecheck && npm run test:unit && npm run build",
|
||||
"prepublishOnly": "npm run build"
|
||||
},
|
||||
"keywords": [
|
||||
@@ -52,7 +55,11 @@
|
||||
"@biomejs/biome": "^1.9.0",
|
||||
"@types/express": "^5.0.6",
|
||||
"@types/node": "^20.11.0",
|
||||
"typescript": "^5.3.0"
|
||||
"@types/supertest": "^6.0.3",
|
||||
"@vitest/coverage-v8": "^4.0.18",
|
||||
"supertest": "^7.2.2",
|
||||
"typescript": "^5.3.0",
|
||||
"vitest": "^4.0.18"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
|
||||
Reference in New Issue
Block a user