UNPKG

@dbml/connector

Version:

This package was created to fetch the schema JSON from many kind of databases.

49 lines (48 loc) 1.41 kB
{ "name": "@dbml/connector", "version": "3.13.5", "description": "This package was created to fetch the schema JSON from many kind of databases.", "author": "huy.phung.sw@gmail.com", "license": "MIT", "homepage": "https://dbml.dbdiagram.io", "repository": "https://github.com/holistics/dbml/tree/master/packages/dbml-connector", "main": "dist/index.js", "types": "dist/index.d.ts", "devDependencies": { "@babel/core": "^7.21.4", "@babel/node": "^7.20.7", "@babel/plugin-transform-runtime": "^7.21.4", "@babel/preset-env": "^7.21.4", "@babel/preset-typescript": "^7.24.7", "@babel/runtime": "^7.21.0", "@types/jest": "^29.5.12", "@types/lodash": "^4.17.16", "@types/mssql": "^9.1.5", "@types/node": "^22.2.0", "@types/pg": "^8.11.6", "babel-jest": "^29.5.0", "jest": "^29.7.0", "ts-jest": "^29.2.4", "ts-node": "^10.9.2", "typescript": "^5.5.4" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "test": "jest" }, "dependencies": { "@google-cloud/bigquery": "^7.9.0", "@typescript-eslint/eslint-plugin": "^8.30.1", "@typescript-eslint/parser": "^8.30.1", "lodash": "^4.17.21", "mssql": "^11.0.1", "mysql2": "^3.11.0", "pg": "^8.12.0", "snowflake-sdk": "^2.0.3" }, "engines": { "node": ">=18" }, "gitHead": "7496d9e42bdd83b9605fe620234433afca3f0d37" }