mirror of
https://github.com/LukeHagar/arbiter.git
synced 2025-12-06 04:19:14 +00:00
Refactor package.json to reorganize type dependencies and add @types/better-sqlite3; update pnpm-lock.yaml accordingly. Enhance type definitions in sqlite.ts for better type safety.
This commit is contained in:
@@ -36,10 +36,6 @@
|
||||
"homepage": "https://github.com/LukeHagar/arbiter#readme",
|
||||
"dependencies": {
|
||||
"@scalar/api-reference": "^1.34.2",
|
||||
"@types/cors": "^2.8.19",
|
||||
"@types/express": "^5.0.3",
|
||||
"@types/serve-static": "^1.15.8",
|
||||
"@types/swagger-ui-express": "^4.1.8",
|
||||
"better-sqlite3": "^12.2.0",
|
||||
"body-parser": "^2.2.0",
|
||||
"chalk": "^5.5.0",
|
||||
@@ -57,9 +53,14 @@
|
||||
"@eslint/eslintrc": "^3.3.1",
|
||||
"@eslint/js": "^9.33.0",
|
||||
"@hono/node-server": "^1.18.2",
|
||||
"@types/cors": "^2.8.19",
|
||||
"@types/better-sqlite3": "^7.6.13",
|
||||
"@types/express": "^5.0.3",
|
||||
"@types/chalk": "^2.2.4",
|
||||
"@types/commander": "^2.12.5",
|
||||
"@types/http-proxy": "^1.17.16",
|
||||
"@types/serve-static": "^1.15.8",
|
||||
"@types/swagger-ui-express": "^4.1.8",
|
||||
"@types/node": "^24.2.1",
|
||||
"@types/node-fetch": "^2.6.13",
|
||||
"@typescript-eslint/eslint-plugin": "^8.39.1",
|
||||
|
||||
Reference in New Issue
Block a user