feat: docs

This commit is contained in:
2026-06-23 22:42:27 +02:00
parent edd6a68d9d
commit d1a1fbf85a
26 changed files with 5894 additions and 13 deletions
+2 -1
View File
@@ -4,7 +4,7 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"test": "vitest --run --reporter=tree",
"test": "vitest --run --reporter=tree --coverage",
"build": "tsc -b && esbuild --minify --bundle src/index.ts --outdir=dist --define:import.meta.vitest=undefined",
"fmt": "prettier --write .",
"lint": "eslint .",
@@ -14,6 +14,7 @@
"@eslint/js": "^10.0.1",
"@types/node": "^24.12.3",
"@typescript-eslint/types": "^8.61.1",
"@vitest/coverage-v8": "4.1.9",
"esbuild": "^0.28.1",
"eslint": "^10.3.0",
"jiti": "^2.7.0",