feat: basically the whole package

This commit is contained in:
2026-07-04 20:17:41 +02:00
parent 5b23824a56
commit b6c8c93430
9 changed files with 979 additions and 20 deletions
+7 -1
View File
@@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"test": "vitest --run --reporter=tree",
"build": "tsc -b && esbuild --minify --bundle src/index.ts --outdir=dist --define:import.meta.vitest=undefined",
"build": "tsc -b && esbuild --minify --bundle src/index.ts --outdir=dist --define:import.meta.vitest=undefined --platform=node --format=esm --packages=external",
"fmt": "prettier --write .",
"lint": "eslint .",
"preview": "vite preview"
@@ -13,6 +13,7 @@
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/node": "^24.12.3",
"@types/picomatch": "^4.0.3",
"@typescript-eslint/types": "^8.61.1",
"esbuild": "^0.28.1",
"eslint": "^10.3.0",
@@ -21,5 +22,10 @@
"typescript": "~6.0.2",
"typescript-eslint": "^8.59.2",
"vitest": "^4.1.9"
},
"dependencies": {
"arktype": "^2.2.2",
"citty": "^0.2.2",
"picomatch": "^4.0.5"
}
}