mirror of
https://github.com/morten-olsen/reservoir.git
synced 2026-02-08 01:46:24 +01:00
feat: support views as data catalogs
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
"type": "module",
|
||||
"main": "dist/exports.js",
|
||||
"scripts": {
|
||||
"dev": "node --no-warnings --watch src/dev.ts",
|
||||
"build": "tsc --build",
|
||||
"test:unit": "vitest --run --passWithNoTests",
|
||||
"test": "pnpm run \"/^test:/\""
|
||||
@@ -18,6 +19,7 @@
|
||||
"@morten-olsen/reservoir-tests": "workspace:*",
|
||||
"@types/node": "24.10.0",
|
||||
"@vitest/coverage-v8": "4.0.6",
|
||||
"dotenv": "^17.2.3",
|
||||
"typescript": "5.9.3",
|
||||
"vitest": "4.0.6"
|
||||
},
|
||||
@@ -27,6 +29,7 @@
|
||||
"#root/*": "./src/*"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fastify/sensible": "^6.0.3",
|
||||
"@fastify/swagger": "^9.5.2",
|
||||
"@scalar/fastify-api-reference": "^1.38.1",
|
||||
"better-sqlite3": "^12.4.1",
|
||||
@@ -38,6 +41,7 @@
|
||||
"pg": "^8.16.3",
|
||||
"pino": "^10.1.0",
|
||||
"pino-pretty": "^13.1.2",
|
||||
"yaml": "^2.8.1",
|
||||
"zod": "^4.1.12"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user