first commit
All checks were successful
Build and deploy / deploy (push) Successful in 46s

This commit is contained in:
2025-09-07 02:30:04 +01:00
commit dbbd570d92
7 changed files with 169 additions and 0 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "zip",
"module": "index.ts",
"type": "module",
"private": true,
"scripts": {
"format": "biome check --write"
},
"devDependencies": {
"@biomejs/biome": "2.2.3",
"@types/bun": "^1.2.21",
"typescript": "^5.9.2"
}
}