@vulcan-sql/extension-store-canner
Version:
Canner persistence store for Vulcan SQL
54 lines • 1.22 kB
JSON
{
"name": "@vulcan-sql/extension-store-canner",
"description": "Canner persistence store for Vulcan SQL",
"version": "0.10.4",
"type": "commonjs",
"publishConfig": {
"access": "public"
},
"keywords": [
"vulcan",
"vulcan-sql",
"data",
"sql",
"database",
"data-warehouse",
"data-lake",
"api-builder",
"postgres",
"pg"
],
"repository": {
"type": "git",
"url": "https://github.com/Canner/vulcan.git"
},
"license": "Apache-2.0",
"peerDependencies": {
"@vulcan-sql/core": "~0.10.4-0"
},
"dependencies": {
"@canner/canner-storage": "^0.0.7",
"inversify": "^6.0.1",
"reflect-metadata": "^0.1.13",
"class-transformer": "^0.5.1",
"moment": "^2.29.4",
"ms": "3.0.0-canary.1",
"lodash": "^4.17.21",
"toad-scheduler": "^2.2.0",
"uuid": "^9.0.0",
"js-yaml": "^4.1.0",
"nunjucks": "^3.2.3",
"axios": "^0.27.2",
"glob": "^8.0.1",
"tslog": "^3.3.3",
"joi": "^17.6.0",
"dayjs": "^1.11.2",
"koa": "^2.13.4",
"class-validator": "^0.14.0",
"duckdb": "0.7.1",
"openapi3-ts": "^2.0.2",
"tslib": "^2.3.0"
},
"main": "./src/index.js",
"typings": "./src/index.d.ts"
}