Skip to content

Commit

Permalink
Improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
webda2l committed Nov 25, 2024
1 parent 29ae9f5 commit 7992aa2
Show file tree
Hide file tree
Showing 7 changed files with 339 additions and 109 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"scripts": {
"biome": "biome check --write ./src ./tests",
"biome:ci": "biome ci ./src ./tests",
"test": "tsx --test ./tests/**/*.ts",
"test": "tsx --test './tests/**/*.test.ts'",
"build": "pkgroll --clean-dist --minify --src src/"
},
"dependencies": {
Expand All @@ -91,17 +91,17 @@
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/node": "^22.9.1",
"better-sqlite3": "^11.5.0",
"pkgroll": "^2.5.1",
"ts-node": "^10.9.2",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
},
"peerDependencies": {
"@cloudflare/workers-types": "^4.20241112.0",
"better-sqlite3": "^11.5.0"
"@cloudflare/workers-types": "*",
"better-sqlite3": "*"
},
"optionalDependencies": {
"@cloudflare/workers-types": "^4.20241112.0",
"better-sqlite3": "^11.5.0"
"@cloudflare/workers-types": "*"
}
}
94 changes: 28 additions & 66 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7992aa2

Please sign in to comment.